summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schauer Marin Rodrigues <josch@mister-muffin.de>2023-07-22 20:21:19 +0200
committerJohannes Schauer Marin Rodrigues <josch@mister-muffin.de>2023-07-22 20:21:19 +0200
commit5a9d0e98ff25a4e39d983de24e5cf5b36fc2533e (patch)
tree38343843afd9b075aa5a8d5d09cd774e44342fe5
parent9b23ab25d290f96538d2997c9c5bdcae6c77610a (diff)
debian/salsa-ci.yml: rewrite regexes using \s and \S
-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 1631fa1..e9e6a7f 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 .*\ -c\ [^\ ]+\\.S
+ SALSA_CI_BLHC_ARGS: --ignore-line .*\\s-c\\s\\S+\\.S
build:
image: ${SALSA_CI_IMAGES}/arm64v8/base:${RELEASE}