summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schauer Marin Rodrigues <josch@mister-muffin.de>2023-07-22 21:12:20 +0200
committerJohannes Schauer Marin Rodrigues <josch@mister-muffin.de>2023-07-22 21:12:20 +0200
commita23d86de32719571e4de8e49fd210394669f2855 (patch)
tree0f9c666ad3fecb02a3e40b1f63bc0cd8f1fe33c4
parent5a9d0e98ff25a4e39d983de24e5cf5b36fc2533e (diff)
debian/salsa-ci.yml: quote SALSA_CI_BLHC_ARGS value
-rw-r--r--debian/salsa-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index e9e6a7f..595f5a4 100644
--- a/debian/salsa-ci.yml
+++ b/debian/salsa-ci.yml
@@ -5,7 +5,7 @@ include:
variables:
SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1
# CPPFLAGS are not passed to *.S input files
- SALSA_CI_BLHC_ARGS: --ignore-line .*\\s-c\\s\\S+\\.S
+ SALSA_CI_BLHC_ARGS: "--ignore-line .*\\s-c\\s\\S+\\.S"
build:
image: ${SALSA_CI_IMAGES}/arm64v8/base:${RELEASE}