Skip to content

Commit

Permalink
Update to GCC 14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed May 29, 2024
1 parent 5018799 commit 31670cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ for target in "${targets[@]}"; do

curl --connect-timeout '10' --retry '15' --retry-all-errors --fail --silent --location --output "${sysroot_filename}" --url "${sysroot}"

tar --extract --file="${sysroot_filename}" || true
tar --ignore-failed-read --extract --file="${sysroot_filename}" || true

if [ "${os}" == 'void' ]; then
declare package_filename="./package.tar.xst"
Expand Down

0 comments on commit 31670cd

Please sign in to comment.