| Age | Commit message (Collapse) | Author |
|
This service stopped working two days ago for unknown reasons. Until it
is determined how to get it working again, or we switch to a different
CI provider for aarch64, this CI test coverage is disabled so that
we can continue to use the CI for other targets.
|
|
Follow-up commit to b9103bd514e46a43ab0f3dce397af2ea8a789fda.
|
|
see #12684 for motivation
|
|
* CMakeLists: pass `-Dstrip` for release zig builds
* pass -target and -mcpu to zig1. works around llvm on freebsd
incorrectly detecting "freestanding" instead of "freebsd" for the
native OS.
* ci.ziglang.org is now responsible for creating aarch64-macos tarballs
rather than Azure.
|
|
Instead of a switch in a bash file we just properly name
the pipeline steps.
Also use zig build to produce the release artifact.
|