File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 id : check-cache
1818 uses : actions/cache@main
1919 with :
20- key : gcc-15.2.0-3
20+ key : gcc-15.2.0-4
2121 lookup-only : true
2222 path : |
2323 /tmp/x86_64-linux-gnu.tar.xz
3636 if : ${{ steps.check-cache.outputs.cache-hit != 'true' }}
3737 uses : actions/cache@main
3838 with :
39- key : gcc-15.2.0-3
39+ key : gcc-15.2.0-4
4040 path : |
4141 /tmp/x86_64-linux-gnu.tar.xz
4242 /tmp/x86_64-linux-gnu.tar.xz.sha256
@@ -103,7 +103,7 @@ jobs:
103103 - name : Restore from cache
104104 uses : actions/cache@main
105105 with :
106- key : gcc-15.2.0-3
106+ key : gcc-15.2.0-4
107107 fail-on-cache-miss : true
108108 path : |
109109 /tmp/x86_64-linux-gnu.tar.xz
Original file line number Diff line number Diff line change @@ -560,7 +560,7 @@ for target in "${targets[@]}"; do
560560 --with-zstd=" ${toolchain_directory} " \
561561 --with-bugurl=' https://github.com/AmanoTeam/obggcc/issues' \
562562 --with-gcc-major-version-only \
563- --with-pkgversion=" OBGGCC v3.4 -${revision} " \
563+ --with-pkgversion=" OBGGCC v3.5 -${revision} " \
564564 --with-sysroot=" ${toolchain_directory} /${triplet} " \
565565 --with-native-system-header-dir=' /include' \
566566 --with-default-libstdcxx-abi=' new' \
You can’t perform that action at this time.
0 commit comments