Skip to content

Commit

Permalink
khmer: skip
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Jan 7, 2025
1 parent 95eacff commit 11963d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion recipes/khmer/build_failure.linux-64.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
recipe_sha: 9d12f52be335376dd4b7ec581b95d975a87fc19107787c6c9190dc1e14efff63 # 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: |-
[34m [0m
[34m try:[0m
Expand Down Expand Up @@ -102,3 +102,6 @@ log: |-
raise BuildScriptException(str(exc), caused_by=exc) from exc
conda_build.exceptions.BuildScriptException: Command '['/bin/bash', '-o', 'errexit', '/opt/conda/conda-bld/khmer_1736267490703/work/conda_build.sh']' returned non-zero exit status 1.
# Last 100 lines of the build log.
category: |-
compiler error
5 changes: 4 additions & 1 deletion recipes/khmer/build_failure.linux-aarch64.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
recipe_sha: 9d12f52be335376dd4b7ec581b95d975a87fc19107787c6c9190dc1e14efff63 # 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: |-
[34m import os, sys, tokenize[0m
[34m [0m
Expand Down Expand Up @@ -102,3 +102,6 @@ log: |-
raise BuildScriptException(str(exc), caused_by=exc) from exc
conda_build.exceptions.BuildScriptException: Command '['/bin/bash', '-o', 'errexit', '/opt/conda/conda-bld/khmer_1736268211862/work/conda_build.sh']' returned non-zero exit status 1.
# Last 100 lines of the build log.
category: |-
compiler error

0 comments on commit 11963d8

Please sign in to comment.