-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rounded all fixes of the gh actions and enhancment, while the main go…
…al is make alpine release work Signed-off-by: avifenesh <[email protected]>
- Loading branch information
Showing
10 changed files
with
87 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,16 +112,10 @@ jobs: | |
if: ${{ !contains(matrix.build.RUNNER, 'self-hosted') }} | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.10" | ||
|
||
- name: Set up Python older versions for MacOS | ||
if: startsWith(matrix.build.NAMED_OS, 'darwin') | ||
run: | | ||
brew update | ||
brew install [email protected] [email protected] | ||
python-version: "3.12" | ||
|
||
- name: Setup Python for self-hosted Ubuntu runners | ||
if: contains(matrix.build.OS, 'ubuntu') && contains(matrix.build.RUNNER, 'self-hosted') | ||
if: contains(matrix.build.RUNNER, 'self-hosted') | ||
run: | | ||
sudo apt update -y | ||
sudo apt upgrade -y | ||
|
@@ -140,7 +134,7 @@ jobs: | |
target: ${{ matrix.build.TARGET }} | ||
publish: "true" | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
engine-version: "7.2.5" | ||
engine-version: "7.2" | ||
|
||
- name: Include protobuf files in the package | ||
working-directory: ./python | ||
|
@@ -186,7 +180,7 @@ jobs: | |
with: | ||
working-directory: ./python | ||
target: ${{ matrix.build.TARGET }} | ||
args: --release --strip --out wheels -i ${{ github.event_name != 'pull_request' && 'python3.8 python3.9 python3.10 python3.11 python3.12' || 'python3.10' }} | ||
args: --release --strip --out wheels -i ${{ github.event_name != 'pull_request' && 'python3.8 python3.9 python3.10 python3.11 python3.12' || 'python3.12' }} | ||
|
||
- name: Upload Python wheels | ||
if: github.event_name != 'pull_request' | ||
|
@@ -241,7 +235,7 @@ jobs: | |
- name: Install ValKey | ||
uses: ./.github/workflows/install-valkey | ||
with: | ||
version: "8.0.0" | ||
version: "8.0" | ||
|
||
- name: Check if RC and set a distribution tag for the package | ||
shell: bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
excludes: | ||
scopes: | ||
- pattern: "devDependencies" | ||
reason: "DEV_DEPENDENCY_OF" | ||
comment: "Packages for development only." | ||
- pattern: "build-dependencies" | ||
reason: "BUILD_DEPENDENCY_OF" | ||
comment: "Packages for building the code only." | ||
- pattern: "dev-dependencies" | ||
reason: "DEV_DEPENDENCY_OF" | ||
comment: "Packages for development only." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,5 @@ path = "src/reproduce.rs" | |
[dependencies] | ||
afl = "0.4" | ||
redis = { path = "../../redis" } | ||
|
||
[workspace] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters