Skip to content

Commit

Permalink
revert to 2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
bluestreak01 committed Apr 26, 2024
1 parent cd23e45 commit 944c409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rebuild_native_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,12 @@ jobs:
key: nativelibs-osx-${{ github.sha }}
build-all-linux-amd64:
runs-on: ubuntu-latest
# this is very bare container, we use it to restrict GLIBC to 2.25
# this is very bare container, we use it to restrict GLIBC to 2.28
# everything has to be installed on it manually
container:
image: amazonlinux
image: debian:buster
steps:
- uses: actions/checkout@v4
- name: Install toolchains (CXX/NASM/Rust)
run: |
ldd --version
Expand All @@ -143,7 +144,6 @@ jobs:
wget -nv https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.11%2B9/OpenJDK17U-jdk_x64_linux_hotspot_17.0.11_9.tar.gz
tar xfz OpenJDK17U-jdk_x64_linux_hotspot_17.0.11_9.tar.gz
echo "JAVA_HOME=`pwd`/jdk-17.0.11+9/" >> "$GITHUB_ENV"
- uses: actions/checkout@v3
- name: Generate Makefiles
run: |
cd ./core
Expand Down

0 comments on commit 944c409

Please sign in to comment.