aboutsummaryrefslogtreecommitdiff
path: root/ci/drone/test_linux_std_ReleaseFast
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-11-08 11:04:33 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-11-08 11:04:33 -0700
commita65ba6c85a6c01aecf28e39ba6717fea15757521 (patch)
tree063509c1f6f0ab1924a789d2ded08edd08f4c3dc /ci/drone/test_linux_std_ReleaseFast
parent36e618aef138e9c3612a74f144358cb9574e695f (diff)
downloadzig-a65ba6c85a6c01aecf28e39ba6717fea15757521.tar.gz
zig-a65ba6c85a6c01aecf28e39ba6717fea15757521.zip
CI: stop using cloud.drone.io
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.
Diffstat (limited to 'ci/drone/test_linux_std_ReleaseFast')
-rwxr-xr-xci/drone/test_linux_std_ReleaseFast17
1 files changed, 0 insertions, 17 deletions
diff --git a/ci/drone/test_linux_std_ReleaseFast b/ci/drone/test_linux_std_ReleaseFast
deleted file mode 100755
index 2c6952eb36..0000000000
--- a/ci/drone/test_linux_std_ReleaseFast
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-set -x
-set -e
-
-INSTALL_PREFIX="$DRONE_WORKSPACE/stage3-release"
-ZIG="$INSTALL_PREFIX/bin/zig"
-export ZIG_GLOBAL_CACHE_DIR="$DRONE_WORKSPACE/zig-cache"
-
-$ZIG build test-std \
- --zig-lib-dir lib \
- -Dskip-debug \
- -Dskip-release-safe \
- -Dskip-release-small \
- -Dskip-non-native \
- -Dskip-single-threaded \
- -Dskip-libc