From 6ee33a397fa6dda3ae81263d638fb82405fb701e Mon Sep 17 00:00:00 2001 From: johnche Date: Tue, 23 Jul 2024 16:01:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- linux.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9bfc55e..1bfd3cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -188,7 +188,7 @@ jobs: build_linux: if: github.event.inputs.build_linux == 'true' name: Linux - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 - name: Run build script diff --git a/linux.sh b/linux.sh index ac91cb8..ba46938 100644 --- a/linux.sh +++ b/linux.sh @@ -64,9 +64,9 @@ fi gclient sync if [ "$VERSION" == "11.8.172" ]; then - wget https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/43a87bbebccad99325fdcf34166295b121ee15c7/debian_sid_amd64_sysroot.tar.xz - mkdir -p build/linux/debian_sid_amd64-sysroot - tar -xvJf debian_sid_amd64_sysroot.tar.xz -C build/linux/debian_sid_amd64-sysroot + #wget https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/43a87bbebccad99325fdcf34166295b121ee15c7/debian_sid_amd64_sysroot.tar.xz + #mkdir -p build/linux/debian_sid_amd64-sysroot + #tar -xvJf debian_sid_amd64_sysroot.tar.xz -C build/linux/debian_sid_amd64-sysroot cd build node $GITHUB_WORKSPACE/node-script/do-gitpatch.js -p $GITHUB_WORKSPACE/patches/build_clang_14_v11.8.172.patch cd ../third_party/zlib