-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More ARM Linux builds, fewer MacOS builds #1153
Comments
This "half-depends" on the support of Docker as a CI environment on ARM, see cirruslabs/cirrus-ci-docs#905 (comment) |
If the Cirrus ARM is a full vm, you could also install docker and then do the extra step of loading the dockerfile in the cirrus yml? |
In principle yes, though the main advantage of the cirrus magic is to manage caching and rebuilding of the docker image. Caching speeds up our builds a lot because we have so many different builds. |
This should work now according to cirruslabs/cirrus-ci-docs#1154. |
Cirrus has native ARM64 Linux jobs, so we should use them (see also #707 (comment))
And if we have that, and since MacOS jobs will run on ARM / M1 after #1152, maybe it makes sense to reduce the number of MacOS jobs a little bit. They really need a long time to start.
The text was updated successfully, but these errors were encountered: