aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-26 23:05:18 +0200
committerDario Nieuwenhuis <[email protected]>2023-05-29 18:15:53 +0200
commit7b2a39a6fb62e0a1483b31e2d24dec71013558e7 (patch)
tree26f65ba38752dac882f1a81b7b1209642f632759 /ci.sh
parentbab03a39273d1a88c53e219fffbed34225b3c72f (diff)
Switch to Bender for CI.
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci.sh b/ci.sh
index 6d906f5f9..11c569328 100755
--- a/ci.sh
+++ b/ci.sh
@@ -2,7 +2,6 @@
2 2
3set -euo pipefail 3set -euo pipefail
4 4
5export CARGO_TARGET_DIR=$PWD/target_ci
6export RUSTFLAGS=-Dwarnings 5export RUSTFLAGS=-Dwarnings
7export DEFMT_LOG=trace 6export DEFMT_LOG=trace
8 7