Skip to content

Commit 6ef4f06

Browse files
glaze: remove adjustments for run_tests.sh to fix build
Removed network tests and adjusted compiler flags in the build script.
1 parent 96cf5fd commit 6ef4f06

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

projects/glaze/build.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,4 @@
1515
#
1616
################################################################################
1717

18-
# Disable network tests
19-
sed -i '/add_subdirectory(networking_tests)/d' ./tests/CMakeLists.txt
20-
# remove some compiler flags for the tests which have conflict with OSS-Fuzz's flags
21-
sed -i '/target_compile_options(glz_test_common INTERFACE -fno-exceptions -fno-rtti)/d' ./tests/CMakeLists.txt
22-
mkdir build
23-
cmake -B build -DCMAKE_BUILD_TYPE=Release
24-
cmake --build build --config Release -j$(nproc)
25-
2618
fuzzing/ossfuzz.sh

0 commit comments

Comments
 (0)