dogecoin/ci/test
Wladimir J. van der Laan 4a07233076
Merge #17767: ci: Fix qemu issues
fa569e1a9c ci: Set LC_ALL=C when running in qemu-s390x (MarcoFalke)
fa3d77623e ci: Use debian to avoid apt install 404 errors (MarcoFalke)
fabb946090 ci: Install needed gcc and qemu-user iff cross-compiling (MarcoFalke)
faba4672b6 ci: Fix QEMU_USER_CMD parse issues (MarcoFalke)
fa5d709fb2 ci: Move wrap-qemu into separate script (MarcoFalke)

Pull request description:

  Now that the ci system no longer propagates files from the docker container back to the host, the wrap-qemu script is broken.

  To fix it, every statement in the script needs to be executed in the docker (with `DOCKER_EXEC`). Instead of juggling with triple escape sequences like `\\\"`, just move the script to a separate file and call it with `DOCKER_EXEC`.

  Also, fix a bunch of other bugs that prevent running the ci system in qemu

  See the `ci/README.md` on how to test. TLDR: Can be tested with (replace `arm` with `s390x` to run the s390x build):

  ```
  FILE_ENV="./ci/test/00_setup_env_arm.sh" MAKEJOBS="-j9" ./ci/test_run_all.sh
  ```

ACKs for top commit:
  laanwj:
    Code review ACK fa569e1a9c

Tree-SHA512: 84ebc44a4f0261ee6c29605a6896a1833ff6c81d729e6d08dd111941f570ce73221422bd3303e1108a266ec5eab2148bd5ee1cf6bc01477d8cc9a6c5bf2b34c2
2020-01-22 21:09:13 +01:00
..
00_setup_env.sh ci: Use debian to avoid apt install 404 errors 2020-01-03 07:06:12 -05:00
00_setup_env_arm.sh ci: Use debian to avoid apt install 404 errors 2020-01-03 07:06:12 -05:00
00_setup_env_i686_centos.sh ci: Combine 32-bit build with CentOS 7 build 2020-01-08 23:36:46 +01:00
00_setup_env_mac.sh build: set minimum supported macOS to 10.12 2019-11-21 11:08:47 -05:00
00_setup_env_mac_host.sh build: set minimum supported macOS to 10.12 2019-11-21 11:08:47 -05:00
00_setup_env_native_asan.sh ci: Bump to clang-8 for asan build to avoid segfaults on ppc64le 2019-12-04 09:32:15 -05:00
00_setup_env_native_fuzz.sh test: Remove libssl-dev packages from CI scripts 2019-11-19 15:04:43 +01:00
00_setup_env_native_nowallet.sh ci: Run non-cross-compile builds natively 2019-11-04 14:10:24 -05:00
00_setup_env_native_qt5.sh ci: Run non-cross-compile builds natively 2019-11-04 14:10:24 -05:00
00_setup_env_native_tsan.sh ci: Remove unparseable lines from supp file for old xenial clang tsan 2019-12-04 12:16:52 -05:00
00_setup_env_native_valgrind.sh ci: Add valgrind run 2019-12-10 19:37:37 -05:00
00_setup_env_s390x.sh ci: Use debian to avoid apt install 404 errors 2020-01-03 07:06:12 -05:00
00_setup_env_win64.sh ci: Add environment files for all settings 2019-08-16 08:46:37 -04:00
03_before_install.sh scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
04_install.sh Merge #17767: ci: Fix qemu issues 2020-01-22 21:09:13 +01:00
05_before_script.sh ci: Combine 32-bit build with CentOS 7 build 2020-01-08 23:36:46 +01:00
06_script_a.sh scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
06_script_b.sh Merge #17767: ci: Fix qemu issues 2020-01-22 21:09:13 +01:00
wrap-qemu.sh ci: Move wrap-qemu into separate script 2020-01-03 07:03:46 -05:00
wrap-valgrind.sh scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00