Skip to content

Commit

Permalink
skip builds while debugging patch
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jun 21, 2024
1 parent 2b65318 commit 0d603b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ source:

build:
number: {{ build_num }}
# debug
skip: true # [not (linux and gcc_maj_ver == 14 and cross_target_platform == "linux-64")]
skip: true # [not (linux or win) or (gcc_maj_ver == 12 and cross_target_platform == "win-64") or (win and cross_target_platform != "win-64")]
detect_binary_files_with_prefix: False
ignore_run_exports_from:
Expand Down

0 comments on commit 0d603b2

Please sign in to comment.