Skip to content

Commit

Permalink
halide: Remove broken builds (#11324)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nathaniel-brough authored Dec 7, 2023
1 parent b8aa5dc commit 02416bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion projects/halide/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
cp ./build/test/fuzz/fuzz_* $OUT
2 changes: 0 additions & 2 deletions projects/halide/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ auto_ccs:
- [email protected]

fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

sanitizers:
- address
Expand Down

0 comments on commit 02416bd

Please sign in to comment.