ci: Refactor: Remove CI_USE_APT_INSTALL#28278
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
hebasto
left a comment
There was a problem hiding this comment.
ACK fa04623bbb284b35b27b2575b217341ab2e81e48.
Thank you!
|
Maybe also address the following comments:
in this PR? |
7521081 to
fa26387
Compare
I will copy-paste the pull request description if I have to push again |
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
|
M1 now available in GH actions: https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/ |
It is commercial-only:
|
Seems odd to use
CI_USE_APT_INSTALL == noas an alias forCI_OS_NAME == macos. Fix this by removing the alias.Also, for github CI: