From 02416bda4c26853a46d8e6e870f97f055e3a6473 Mon Sep 17 00:00:00 2001 From: Nathaniel Brough Date: Thu, 7 Dec 2023 04:13:40 -0800 Subject: [PATCH] halide: Remove broken builds (#11324) A few of the builds that where originally working locally had gone out of sync for sometime and are now breaking. I've just removed these fuzzing engines/sanitizers for now. --- projects/halide/build.sh | 5 ++++- projects/halide/project.yaml | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/projects/halide/build.sh b/projects/halide/build.sh index 7351624a0392..c201e505446a 100755 --- a/projects/halide/build.sh +++ b/projects/halide/build.sh @@ -43,6 +43,9 @@ cmake -DCMAKE_BUILD_TYPE=Release \ cmake --build $WORK/llvm-build -j$(nproc) cmake --install $WORK/llvm-build --prefix $WORK/llvm-install +# Cleanup space so github runners don't run out of disk space. +rm -rf $WORK/llvm-build $SRC/llvm-project + export LLVM_DIR=$WORK/llvm-install cmake -G Ninja -S . -B build -DCMAKE_BUILD_TYPE=Release \ @@ -63,4 +66,4 @@ cmake -G Ninja -S . -B build -DCMAKE_BUILD_TYPE=Release \ cmake --build ./build --target build_fuzz -j$(nproc) -cp ./build/test/fuzz/fuzz_* $OUT \ No newline at end of file +cp ./build/test/fuzz/fuzz_* $OUT diff --git a/projects/halide/project.yaml b/projects/halide/project.yaml index 010c114f70fb..6a23ec2f19eb 100644 --- a/projects/halide/project.yaml +++ b/projects/halide/project.yaml @@ -8,10 +8,8 @@ auto_ccs: - nathaniel.brough@gmail.com fuzzing_engines: - - afl - honggfuzz - libfuzzer - - centipede sanitizers: - address