mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2026-01-01 00:46:17 +00:00
Fix github workflow: force IPv4 for musl toolchain
This commit is contained in:
2
.github/workflows/build-fio.yml
vendored
2
.github/workflows/build-fio.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
||||
|
||||
# download musl cross compilation toolchain
|
||||
cd ~
|
||||
curl -L "https://musl.cc/\$CROSS-cross.tgz" -o "\$CROSS-cross.tgz"
|
||||
curl -L -4 --retry 5 --retry-all-errors --retry-delay 2 --connect-timeout 15 "https://musl.cc/\$CROSS-cross.tgz" -o "\$CROSS-cross.tgz"
|
||||
tar xf "\$CROSS-cross.tgz"
|
||||
|
||||
# download, compile, and install libaio as static library
|
||||
|
||||
Reference in New Issue
Block a user