Skip hl2dm on clang
All checks were successful
Build project / build (push) Successful in 3m41s

This commit is contained in:
Lauri Räsänen 2025-01-13 23:56:59 +02:00
parent 8ac4050faf
commit c29eb57c6e
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ For more details check out the `build-matrix.sh` script and meson files.
| episode1 | - | - | | episode1 | - | - |
| eye | x86 | x86 | | eye | x86 | x86 |
| gmod | x86 | - | | gmod | x86 | - |
| hl2dm | x86 | x86 | | hl2dm | x86 | - |
| insurgency | - | - | | insurgency | - | - |
| l4d | x86 | x86 | | l4d | x86 | x86 |
| l4d2 | x86 | x86 | | l4d2 | x86 | x86 |

View file

@ -80,7 +80,7 @@ do
# Should we always define NO_MALLOC_OVERRIDE on clang? # Should we always define NO_MALLOC_OVERRIDE on clang?
if [ "$CMP" = "clang++" ] if [ "$CMP" = "clang++" ]
then then
if [ "$BRANCH" = "gmod" ] || [ "$BRANCH" = "tf2" ] if [ "$BRANCH" = "gmod" ] || [ "$BRANCH" = "tf2" ] || [ "$BRANCH" = "hl2dm" ]
then then
echo "$BRANCH does not support $CMP, skipping!" echo "$BRANCH does not support $CMP, skipping!"
continue continue