Skip to content

Commit 5c1f7a0

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Remove unused packaging/pkg_helpers.bash, Remove CONDA_CHANNEL_FLAGS (#7656)
Reviewed By: vmoens Differential Revision: D46724126 fbshipit-source-id: b8be6f2f142e80f41c10c628e9dc397806a33e0e
1 parent b867556 commit 5c1f7a0

File tree

2 files changed

+1
-353
lines changed

2 files changed

+1
-353
lines changed

packaging/pkg_helpers.bash

Lines changed: 0 additions & 352 deletions
This file was deleted.

packaging/pre_build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313

1414
if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
1515
# Install libpng from Anaconda (defaults)
16-
conda install ${CONDA_CHANNEL_FLAGS} libpng "jpeg<=9b" -y
16+
conda install libpng "jpeg<=9b" -yq
1717
conda install -yq ffmpeg=4.2 -c pytorch
1818

1919
# Copy binaries to be included in the wheel distribution

0 commit comments

Comments
 (0)