aboutsummaryrefslogtreecommitdiff
path: root/ci/drone/test_linux_std_ReleaseFast
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-22CI: drone: skip some ReleaseFast and ReleaseSmall std lib testsAndrew Kelley
Follow-up commit to b9103bd514e46a43ab0f3dce397af2ea8a789fda.
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.