From 9d5a54c13fe4af158fcf673523e31637a94eb4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Sat, 9 Nov 2024 00:22:54 -0500 Subject: [PATCH] Don't use buildflags on M2 yet. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ff5444920..acafbc3980 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,7 +79,7 @@ include: platform: 'aarch64' tagname: 'macOS-aarch64' gnu_make: 'make' - build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1' + build_flags: '' smoketest-jsexec-linux: tags: [Linux] -- GitLab