Skip to content

Commit

Permalink
chore: use proper regex in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Feb 24, 2025
1 parent 2f16690 commit ceb500a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ image: "ubuntu:noble"
variables:
DOCKER_DRIVER: overlay2
CI_FAILFAST_TEST_LEAVE_DANGLING: "1" # Gitlab CI does not care about dangling process and setting this variable avoids killing the CI script itself on error
# BUILD_TARGETS: '/arm-linux|linux64|linux64_fuzz|linux64_multiprocess|linux64_nowallet|linux64_sqlite|linux64_tsan|linux64_ubsan|mac|win64/'
# BUILD_TARGETS: '/^(arm-linux|linux64|linux64_fuzz|linux64_multiprocess|linux64_nowallet|linux64_sqlite|linux64_tsan|linux64_ubsan|mac|win64)$/'
# Set BUILD_TARGETS variable in Gitlab CI/CD settings using the template above excluding the build targets you don't need.
# For example, the old FAST_MODE would be '/arm-linux|linux64/'.
# For example, the old FAST_MODE would be '/^(arm-linux|linux64)$/'.
# If BUILD_TARGETS is not set or it's an empty string then no filtering is applied.
# NOTE: "Value" MUST be wrapped in '' i.e. it should be '/reg_exp/' ('' included) and not /reg_exp/ (no '').

Expand Down

0 comments on commit ceb500a

Please sign in to comment.