Skip to content

Commit 9391586

Browse files
committed
revert CI build tests
1 parent 7949baf commit 9391586

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

Diff for: config.example.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
#tests = false
8080

8181
# Indicates whether the LLVM plugin is enabled or not
82-
#plugins = true
82+
#plugins = false
8383

8484
# Whether to build Enzyme as AutoDiff backend.
85-
#enzyme = true
85+
#enzyme = false
8686

8787
# Whether to build LLVM with support for it's gpu offload runtime.
8888
#offload = false

Diff for: src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ ENV RUST_CONFIGURE_ARGS \
8989
--set target.x86_64-unknown-linux-gnu.ar=/rustroot/bin/llvm-ar \
9090
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
9191
--set llvm.thin-lto=true \
92-
--set llvm.plugins=true \
93-
--set llvm.enzyme=true \
9492
--set llvm.ninja=false \
9593
--set llvm.libzstd=true \
9694
--set rust.jemalloc \

Diff for: src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,5 @@ ENV RUST_CONFIGURE_ARGS \
2929
--enable-sanitizers \
3030
--enable-profiler \
3131
--enable-compiler-docs \
32-
--set llvm.plugins=true \
33-
--set llvm.enzyme=true \
3432
--set llvm.libzstd=true
3533
ENV SCRIPT python3 ../x.py --stage 2 test

Diff for: src/ci/github-actions/jobs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ auto:
367367
- name: dist-x86_64-apple
368368
env:
369369
SCRIPT: ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
370-
RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1 --set llvm.plugins=true --set llvm.enzyme=true
370+
RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
371371
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
372372
# Ensure that host tooling is built to support our minimum support macOS version.
373373
MACOSX_DEPLOYMENT_TARGET: 10.12
@@ -385,7 +385,7 @@ auto:
385385
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim,aarch64-apple-ios-macabi,x86_64-apple-ios-macabi
386386
# Mac Catalyst cannot currently compile the sanitizer:
387387
# https://github.com/rust-lang/rust/issues/129069
388-
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc --set target.aarch64-apple-ios-macabi.sanitizers=false --set target.x86_64-apple-ios-macabi.sanitizers=false --set llvm.plugins=true --set llvm.enzyme=true
388+
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc --set target.aarch64-apple-ios-macabi.sanitizers=false --set target.x86_64-apple-ios-macabi.sanitizers=false
389389
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
390390
# Ensure that host tooling is built to support our minimum support macOS version.
391391
# FIXME(madsmtm): This might be redundant, as we're not building host tooling here (?)

0 commit comments

Comments
 (0)