From 11963d8d077b3025317c76d94c71628f221d2917 Mon Sep 17 00:00:00 2001 From: aliciaaevans Date: Tue, 7 Jan 2025 12:19:26 -0500 Subject: [PATCH] khmer: skip --- recipes/khmer/build_failure.linux-64.yaml | 5 ++++- recipes/khmer/build_failure.linux-aarch64.yaml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/recipes/khmer/build_failure.linux-64.yaml b/recipes/khmer/build_failure.linux-64.yaml index 5f82623981fe4..e5dd5e2e959c2 100644 --- a/recipes/khmer/build_failure.linux-64.yaml +++ b/recipes/khmer/build_failure.linux-64.yaml @@ -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 @@ -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 + diff --git a/recipes/khmer/build_failure.linux-aarch64.yaml b/recipes/khmer/build_failure.linux-aarch64.yaml index f3332625979dc..2c9d9d86e06d2 100644 --- a/recipes/khmer/build_failure.linux-aarch64.yaml +++ b/recipes/khmer/build_failure.linux-aarch64.yaml @@ -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 @@ -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 +