mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
3b76f34edc
fa330d8fed5a02349440be170af3b443c1321b4b ci: Avoid invoking curl on the host (MarcoFalke) Pull request description: The only requirement for the ci system are the programs `docker.io` and `bash`. However, the mac cross build invokes `curl` on the host. Fix that. Before: ``` $ FILE_ENV="./ci/test/00_setup_env_mac.sh" ./ci/test_run_all.sh ... ./ci/test/05_before_script.sh: line 22: curl: command not found ``` After: ``` ... (command passes) ACKs for top commit: promag: ACK fa330d8fed5a02349440be170af3b443c1321b4b. Tree-SHA512: 49120fd671a48a6599dd6c34f6d3502a6e9f84b4476061cab06f55cba374d8188f53b9b41363e90f5fafb0074767b581f30bd2545c0b6934580a7eccfa1ef5c4 |
||
---|---|---|
.. | ||
00_setup_env_amd64_asan.sh | ||
00_setup_env_amd64_fuzz.sh | ||
00_setup_env_amd64_nowallet.sh | ||
00_setup_env_amd64_qt5.sh | ||
00_setup_env_amd64_trusty.sh | ||
00_setup_env_amd64_tsan.sh | ||
00_setup_env_arm.sh | ||
00_setup_env_i686.sh | ||
00_setup_env_mac.sh | ||
00_setup_env_s390x.sh | ||
00_setup_env_win64.sh | ||
00_setup_env.sh | ||
03_before_install.sh | ||
04_install.sh | ||
05_before_script.sh |