Skip to content

Cleanup some more unused/legacy things #514

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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