Skip to content

Commit

Permalink
don't try to copy staged-recipes/{.|..}
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 23, 2024
1 parent d83f570 commit 8d16cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/build_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ git config --global --add safe.directory "${FEEDSTOCK_ROOT}"
# Skip build_artifacts and other big items because it gets huge with time
mkdir -p ~/staged-recipes-copy
shopt -s extglob dotglob
cp -r "${FEEDSTOCK_ROOT}"/!(build_artifacts|.pixi|miniforge3|MacOSX*.sdk.tar.xz|SDKs|output) ~/staged-recipes-copy
cp -r "${FEEDSTOCK_ROOT}"/!(.|..|build_artifacts|.pixi|miniforge3|MacOSX*.sdk.tar.xz|SDKs|output) ~/staged-recipes-copy
shopt -u extglob dotglob

# Remove any macOS system files
Expand Down

0 comments on commit 8d16cf1

Please sign in to comment.