Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Jul 1, 2024
1 parent a25fde5 commit 2c30e1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/PR-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,29 @@ jobs:
set -e
eval "$(conda shell.bash hook)"
conda activate bioconda
echo '============1'
# Use SDK with arm64 support
source common.sh
# Clean up lingering build artifacts
rm -f /opt/mambaforge/envs/bioconda/conda-bld/osx-arm64/*.tar.bz2
echo '============2'
# The SDK isn't actually cached, so reinstall it
run_conda_forge_build_setup
echo '============3'
if [ -z "$GITHUB_BASE_REF" ] ; then
export GITHUB_BASE_REF="master"
fi
git fetch origin "$GITHUB_BASE_REF"
echo '============4'
bioconda-utils build recipes config.yml \
--lint \
--git-range origin/"$GITHUB_BASE_REF" HEAD
echo '============5'
- name: Prepare artifacts
if: steps.additional_platforms.outputs.skip_build != 'true'
Expand Down

0 comments on commit 2c30e1e

Please sign in to comment.