dash/ci/test
fanquake 3b76f34edc Merge #21243: ci: Avoid invoking curl on the host
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
2022-04-05 23:10:05 -05:00
..
00_setup_env_amd64_asan.sh merge bitcoin#16623: Add environment files for all settings 2022-02-12 19:24:32 +05:30
00_setup_env_amd64_fuzz.sh merge bitcoin#16623: Add environment files for all settings 2022-02-12 19:24:32 +05:30
00_setup_env_amd64_nowallet.sh merge bitcoin#16623: Add environment files for all settings 2022-02-12 19:24:32 +05:30
00_setup_env_amd64_qt5.sh merge bitcoin#16623: Add environment files for all settings 2022-02-12 19:24:32 +05:30
00_setup_env_amd64_trusty.sh merge bitcoin#16623: Add environment files for all settings 2022-02-12 19:24:32 +05:30
00_setup_env_amd64_tsan.sh merge bitcoin#16623: Add environment files for all settings 2022-02-12 19:24:32 +05:30
00_setup_env_arm.sh merge bitcoin#17041: Run tests on arm 2022-02-12 19:24:32 +05:30
00_setup_env_i686.sh merge bitcoin#16623: Add environment files for all settings 2022-02-12 19:24:32 +05:30
00_setup_env_mac.sh merge bitcoin#16623: Add environment files for all settings 2022-02-12 19:24:32 +05:30
00_setup_env_s390x.sh Merge #17591: ci: Add big endian platform - s390x 2022-04-03 18:08:43 -05:00
00_setup_env_win64.sh merge bitcoin#16623: Add environment files for all settings 2022-02-12 19:24:32 +05:30
00_setup_env.sh Merge #18798: ci: Fix default retry script usage 2022-04-03 18:08:59 -05:00
03_before_install.sh
04_install.sh Merge #18798: ci: Fix default retry script usage 2022-04-03 18:08:59 -05:00
05_before_script.sh Merge #21243: ci: Avoid invoking curl on the host 2022-04-05 23:10:05 -05:00