bitcoin/ci/test
fanquake 1b76b18f8a
Merge bitcoin/bitcoin#23585: scripted-diff: Drop Darwin version for better maintainability
2f356a0ca8 scripted-diff: Drop Darwin version for better maintainability (Hennadii Stepanov)

Pull request description:

  After this PR, any macOS tools version bumping in the future will touch fewer files in the repo.

  Pointing a Darwin version for the `--host` system does not matter for the following reasons:

  - in terms of the resulted binaries, we should only care about the minimum supported macOS version which is a separated parameter in our build system.

  - in terms of the build system itself, the usage of the `$(host)` variable is self-consistent enough. Btw `$(host_os)` value already has the version dropped:
  ```
  $ make -C depends --no-print-directory print-host_os HOST=x86_64-apple-darwin19
  host_os=darwin
  ```

ACKs for top commit:
  gruve-p:
    ACK 2f356a0ca8
  promag:
    ACK 2f356a0ca8.
  fanquake:
    ACK 2f356a0ca8

Tree-SHA512: 374896ab0ba02b0d8b4b21431fe963bd213b0d09586e0898c13a4c5fa294c1b693f1b2c92880c245c4157c14217b4825b36522f461930477f4d2a727086ebb2a
2021-12-09 16:13:33 +08:00
..
00_setup_env.sh ci: use Ubuntu 20.04 as the default Docker container 2021-07-02 10:29:03 +08:00
00_setup_env_android.sh build, qt: Use Android NDK r23 LTS 2021-12-05 03:00:02 +02:00
00_setup_env_arm.sh Merge bitcoin/bitcoin#22930: build: remove glibc back compat 2021-09-16 19:03:42 +02:00
00_setup_env_i686_centos.sh build: enable external signer by default 2021-06-16 10:48:57 +02:00
00_setup_env_i686_multiprocess.sh Add syscall sandboxing (seccomp-bpf) 2021-10-01 13:51:10 +00:00
00_setup_env_mac.sh scripted-diff: Drop Darwin version for better maintainability 2021-11-25 01:12:46 +02:00
00_setup_env_mac_host.sh scripted-diff: Drop Darwin version for better maintainability 2021-11-25 01:12:46 +02:00
00_setup_env_native_asan.sh ci: Replace soon EOL hirsute with jammy 2021-11-13 11:19:36 +01:00
00_setup_env_native_fuzz.sh ci: Build fuzz with libsqlite3-dev 2021-10-28 13:32:47 +01:00
00_setup_env_native_fuzz_with_msan.sh ci: Properly pass msan cflags 2021-05-05 21:47:12 +02:00
00_setup_env_native_fuzz_with_valgrind.sh ci: Build fuzz with libsqlite3-dev 2021-10-28 13:32:47 +01:00
00_setup_env_native_msan.sh ci: Properly pass msan cflags 2021-05-05 21:47:12 +02:00
00_setup_env_native_nowallet.sh ci: update minimum compiler requirements for std::filesystem 2021-09-22 18:18:19 +08:00
00_setup_env_native_qt5.sh test: Enable SC2086 shellcheck rule 2021-11-13 16:54:56 +02:00
00_setup_env_native_tsan.sh ci: Replace soon EOL hirsute with jammy 2021-11-13 11:19:36 +01:00
00_setup_env_native_valgrind.sh ci: Disable syscall sandbox in valgrind functional tests 2021-10-20 21:06:10 +02:00
00_setup_env_s390x.sh ci: Update s390x config 2021-09-17 12:47:32 +02:00
00_setup_env_win64.sh release: remove gitian 2021-08-31 09:37:23 +08:00
04_install.sh test: Enable SC2046 shellcheck rule 2021-11-13 18:05:26 +02:00
05_before_script.sh ci: Revamp Android SDK cache, and update it timely 2021-11-25 21:23:34 +02:00
06_script_a.sh test: Enable SC2086 shellcheck rule 2021-11-13 16:54:56 +02:00
06_script_b.sh test: Enable SC2086 shellcheck rule 2021-11-13 16:54:56 +02:00
wrap-qemu.sh test: Enable SC2046 shellcheck rule 2021-11-13 18:05:26 +02:00
wrap-valgrind.sh test: Enable SC2046 shellcheck rule 2021-11-13 18:05:26 +02:00
wrap-wine.sh test: Enable SC2086 shellcheck rule 2021-11-13 16:54:56 +02:00