aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-05-27 13:56:51 -0400
committerDavid Robillard <d@drobilla.net>2023-05-27 13:56:51 -0400
commit34e8ea1477fe4b61075dbaea30d7040713a2714d (patch)
treeb05bdf46be80278de69b9db2f5e24c6f04c6a62e
parentef3894166bda794a7ed3baad745432b5ee5d6789 (diff)
downloadpugl-34e8ea1477fe4b61075dbaea30d7040713a2714d.tar.gz
pugl-34e8ea1477fe4b61075dbaea30d7040713a2714d.tar.bz2
pugl-34e8ea1477fe4b61075dbaea30d7040713a2714d.zip
Remove sanitize row on CI
Since the tests unfortunately aren't run on CI (because most of them require graphics), this row wasn't actually doing any useful testing.q
-rw-r--r--.gitlab-ci.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dfda57c..95f8ee6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,19 +31,6 @@ static:
- meson configure -Dbuildtype=release build
- ninja -C build
-sanitize:
- stage: build
- image: lv2plugin/debian-x64-clang
- script:
- - meson setup build -Db_lundef=false -Dbuildtype=plain -Ddocs=disabled -Dwarning_level=3 -Dwerror=true
- - ninja -C build
- variables:
- CC: "clang"
- CXX: "clang++"
- CFLAGS: "-fno-sanitize-recover=all -fsanitize=address -fsanitize=undefined -fsanitize=float-divide-by-zero -fsanitize=unsigned-integer-overflow -fsanitize=implicit-conversion -fsanitize=local-bounds -fsanitize=nullability"
- CXXFLAGS: "-fno-sanitize-recover=all -fsanitize=address -fsanitize=undefined -fsanitize=float-divide-by-zero -fsanitize=unsigned-integer-overflow -fsanitize=implicit-conversion -fsanitize=local-bounds -fsanitize=nullability"
- LDFLAGS: "-fno-sanitize-recover=all -fsanitize=address -fsanitize=undefined -fsanitize=float-divide-by-zero -fsanitize=unsigned-integer-overflow -fsanitize=implicit-conversion -fsanitize=local-bounds -fsanitize=nullability"
-
# Linux Platforms
arm32: