Skip to content

Commit

Permalink
bioconductor-rbwa: annotate build failure and skip
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Dec 29, 2024
1 parent deb68e2 commit d714190
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion recipes/bioconductor-rbwa/build_failure.linux-64.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
recipe_sha: dbc816f95c68f94afff89dad399dfa8e8f1a5b55d6ae403e695ff0fe99d65ef7 # The hash of the recipe's meta.yaml at which this recipe failed to build.
skiplist: false # Set to true to skiplist this recipe so that it will be ignored as long as its latest commit is the one given above.
skiplist: true # Set to true to skiplist this recipe so that it will be ignored as long as its latest commit is the one given above.
log: |-
rope.c: In function 'rope_restore_node':
rope.c:282:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
Expand Down Expand Up @@ -102,3 +102,7 @@ log: |-
raise BuildScriptException(str(exc), caused_by=exc) from exc
conda_build.exceptions.BuildScriptException: Command '['/bin/bash', '-o', 'errexit', '/opt/conda/conda-bld/bioconductor-rbwa_1735486699456/work/conda_build.sh']' returned non-zero exit status 1.
# Last 100 lines of the build log.
reason: |-
seems to be using system libraries, and zlib is not installed on system.
category: |-
compiler error

0 comments on commit d714190

Please sign in to comment.