summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2025-10-28 16:47:58 +0100
committerjvoisin2025-10-28 16:47:58 +0100
commite1b91283cde8d40429e3bbf60ae6db7d23bcec1a (patch)
tree597cdd80d4ea0b8f8de622e606ad581223f296b0
parentd343089c0b7687ebe0a142941c12da7067a41d85 (diff)
Fix the Continuous Integration what was broken in f09abdf6e236198e6dbf7d049dc99534d9f8af01
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index b4ea242..63079cf 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -154,7 +154,7 @@ RUNTIME_TARGETS= \
154 154
155.SILENT: 155.SILENT:
156 156
157gcc: CC=../aarch64-linux-musl-native/bin/gcc 157gcc: CC=../x86_64-linux-musl-native/bin/gcc
158gcc: $(RUNTIME_TARGETS) 158gcc: $(RUNTIME_TARGETS)
159 159
160clang: CC=clang 160clang: CC=clang