mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2026-04-19 21:56:17 +05:30
Fix github workflow: force IPv4 for musl toolchain
This commit is contained in:
parent
69d6f1bfe5
commit
2fd25a1a26
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-fio.yml
vendored
2
.github/workflows/build-fio.yml
vendored
|
|
@ -90,7 +90,7 @@ jobs:
|
||||||
|
|
||||||
# download musl cross compilation toolchain
|
# download musl cross compilation toolchain
|
||||||
cd ~
|
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"
|
tar xf "\$CROSS-cross.tgz"
|
||||||
|
|
||||||
# download, compile, and install libaio as static library
|
# download, compile, and install libaio as static library
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue