aboutsummaryrefslogtreecommitdiff
path: root/ci/drone/test_linux_std_ReleaseSafe
AgeCommit message (Collapse)Author
2022-11-08CI: stop using cloud.drone.ioAndrew Kelley
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.
2022-10-21CI: drone: skip ReleaseSafe std lib tests that link libcAndrew Kelley
To save a little bit of time and keep under the 2 hour mark.
2022-08-29CI: pass explicit zig lib dir in lots of placesAndrew Kelley
see #12684 for motivation
2022-08-28CI: rework to account for new cmake behaviorAndrew Kelley
* 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.
2022-08-19CI: drone: simplifyAndrew Kelley
Instead of a switch in a bash file we just properly name the pipeline steps. Also use zig build to produce the release artifact.