Skip to content

Commit

Permalink
Cleanup some more unused/legacy things (#514)
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Uriegas <[email protected]>
  • Loading branch information
seemethere authored Apr 15, 2021
1 parent 5132a4e commit e97f8cc
Show file tree
Hide file tree
Showing 158 changed files with 3 additions and 4,446 deletions.
6 changes: 3 additions & 3 deletions .circleci/helper-scripts/wrap-with-windows-conda.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ $Env:CONDA_DLL_SEARCH_MODIFICATION_ENABLE += 1
#echo "Current python version before activation:"
#python --version

echo "About to run: bash packaging/build_conda.sh $a"
bash packaging/build_conda.sh $a
echo "About to run: bash $a"
bash $a

# Required to propagate bash error out of Powershell:
exit $LastExitCode
exit $LastExitCode
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ Folders:
- **windows** : scripts to build Windows wheels
- **cron** : scripts to drive all of the above scripts across multiple configurations together
- **analytics** : scripts to pull wheel download count from our AWS s3 logs
- **test_community_repos** : scripts that test built binaries with various downstream repos that are high-priority and use pytorch
- **test_imports_docker** : some smoke tests to import torch in combination with other package imports, to check binary stability / compatibility
10 changes: 0 additions & 10 deletions build_binaries.sh

This file was deleted.

92 changes: 0 additions & 92 deletions cron/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions cron/backfill_binary_sizes.sh

This file was deleted.

179 changes: 0 additions & 179 deletions cron/build_cron.sh

This file was deleted.

Loading

0 comments on commit e97f8cc

Please sign in to comment.