Skip to content

Commit

Permalink
Update additional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Mar 25, 2024
1 parent 286ff95 commit f6f4abb
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-cross-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
version:
- 3.10.14
- 3.11.7
- 3.11.8
host:
- x86_64
- aarch64
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
matrix:
version:
- 3.10.14
- 3.11.7
- 3.11.8
arch:
- x86_64

Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
matrix:
version:
- 3.10.14
- 3.11.7
- 3.11.8
arch:
- amd64
- x86
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-native-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
version:
- 3.10.14
- 3.11.7
- 3.11.8
host:
- x86_64
- aarch64
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
matrix:
version:
- 3.10.14
- 3.11.7
- 3.11.8
arch:
- x86_64

Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
matrix:
version:
- 3.10.14
- 3.11.7
- 3.11.8
arch:
- arm64

Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
matrix:
version:
- 3.10.14
- 3.11.7
- 3.11.8
arch:
- amd64
- x86
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/deploy-build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,39 +25,39 @@ jobs:
python: 3.10.14
- platform: linux-gnu
arch: x86_64
python: 3.11.7
python: 3.11.8
- platform: linux-gnu
arch: aarch64
python: 3.10.14
- platform: linux-gnu
arch: aarch64
python: 3.11.7
python: 3.11.8

- platform: win
arch: x86
python: 3.10.14
- platform: win
arch: x86
python: 3.11.7
python: 3.11.8
- platform: win
arch: amd64
python: 3.10.14
- platform: win
arch: amd64
python: 3.11.7
python: 3.11.8

- platform: macos
arch: x86_64
python: 3.10.14
- platform: macos
arch: x86_64
python: 3.11.7
python: 3.11.8
- platform: macos
arch: arm64
python: 3.10.14
- platform: macos
arch: arm64
python: 3.11.7
python: 3.11.8

steps:
- name: Download Artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-fips-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
version:
- 3.10.14
- 3.11.7
- 3.11.8
arch:
- x86_64
env:
Expand Down
14 changes: 7 additions & 7 deletions relenv/build/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,10 +446,10 @@ def build_python(env, dirs, logfp):
name="SQLite",
build_func=build_sqlite,
download={
"url": "https://sqlite.org/2023/sqlite-autoconf-{version}.tar.gz",
"url": "https://sqlite.org/2024/sqlite-autoconf-{version}.tar.gz",
"fallback_url": "https://woz.io/relenv/dependencies/sqlite-autoconf-{version}.tar.gz",
"version": "3430200",
"md5sum": "94fb06bfebc437762e489c355ae63716",
"version": "3450200",
"md5sum": "27436d5446f3e2afa6bc2e82f9c4f6ba",
"checkfunc": sqlite_version,
"checkurl": "https://sqlite.org/",
},
Expand Down Expand Up @@ -498,8 +498,8 @@ def build_python(env, dirs, logfp):
download={
"url": "https://github.com/libffi/libffi/releases/download/v{version}/libffi-{version}.tar.gz",
"fallback_url": "https://woz.io/relenv/dependencies/libffi-{version}.tar.gz",
"version": "3.4.4",
"md5sum": "0da1a5ed7786ac12dcbaf0d499d8a049",
"version": "3.4.6",
"md5sum": "b9cac6c5997dca2b3787a59ede34e0eb",
"checkfunc": github_version,
"checkurl": "https://github.com/libffi/libffi/releases/",
},
Expand All @@ -511,8 +511,8 @@ def build_python(env, dirs, logfp):
download={
"url": "https://zlib.net/fossils/zlib-{version}.tar.gz",
"fallback_url": "https://woz.io/relenv/dependencies/zlib-{version}.tar.gz",
"version": "1.3",
"md5sum": "60373b133d630f74f4a1f94c1185a53f",
"version": "1.3.1",
"md5sum": "9855b6d802d7fe5b7bd5b196a2271655",
"checkfunc": tarball_version,
},
)
Expand Down

0 comments on commit f6f4abb

Please sign in to comment.