Skip to content

Commit

Permalink
升级系统
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jul 23, 2024
1 parent 4436b39 commit 6ee33a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ee33a3

Please sign in to comment.