You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fa26387 ci: Refactor: Remove CI_USE_APT_INSTALL (MarcoFalke)
Pull request description:
Seems odd to use `CI_USE_APT_INSTALL == no` as an alias for `CI_OS_NAME == macos`. Fix this by removing the alias.
Also, for github CI:
* restore MAKEJOBS to the same value as in cirrus.yml.
* remove cirrus-only PACKAGE_MANAGER_INSTALL.
* remove redundant TEST_RUNNER_TIMEOUT_FACTOR
* Add M1 link
ACKs for top commit:
hebasto:
ACK fa26387.
Tree-SHA512: e235aa70abd60738a9ad1531284a94e2122c9c7a22c2514ede437b49da5c06b2597fba7fccf615541fb3adb4e1f8076aa8c6047f926393191a629713554ab000
TEST_RUNNER_PORT_MIN: "14000"# Must be larger than 12321, which is used for the http cache. See https://cirrus-ci.org/guide/writing-tasks/#http-cache
6
-
CI_FAILFAST_TEST_LEAVE_DANGLING: "1"# Cirrus CI does not care about dangling process and setting this variable avoids killing the CI script itself on error
6
+
CI_FAILFAST_TEST_LEAVE_DANGLING: "1"# Cirrus CI does not care about dangling processes and setting this variable avoids killing the CI script itself on error
7
7
CCACHE_MAXSIZE: "200M"
8
8
CCACHE_DIR: "/tmp/ccache_dir"
9
9
CCACHE_NOHASHDIR: "1"# Debug info might contain a stale path if the build dir changes, but this is fine
0 commit comments