Skip to content

Commit

Permalink
[fbsync] rm install_cuda_compatible_cmath (#4388)
Browse files Browse the repository at this point in the history
Summary:
* rm install_cuda_compatible_cmath

* Remove unused script

Reviewed By: datumbox

Differential Revision: D31268042

fbshipit-source-id: 1d10c04a48813a1ea4a267c1f82c69e65f3c068c

Co-authored-by: Nicolas Hug <nicolashug@fb.com>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
  • Loading branch information
2 people authored and facebook-github-bot committed Sep 30, 2021
1 parent c62c323 commit 9a2b697
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ commands:
our_upload_channel=test
fi
echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
install_cuda_compatible_cmath:
description: "Install CUDA compatible cmath"
steps:
- run:
name: _HACK_ Install CUDA compatible cmath
no_output_timeout: 1m
command: |
powershell .circleci/scripts/vs_install_cmath.ps1

brew_update:
description: "Update Homebrew and install base formulae"
Expand Down Expand Up @@ -301,7 +293,6 @@ jobs:
steps:
- checkout_merge
- designate_upload_channel
- install_cuda_compatible_cmath
- run:
name: Build conda packages
no_output_timeout: 20m
Expand Down Expand Up @@ -333,7 +324,6 @@ jobs:
steps:
- checkout_merge
- designate_upload_channel
- install_cuda_compatible_cmath
- run:
name: Build wheel packages
command: |
Expand Down Expand Up @@ -713,7 +703,6 @@ jobs:
steps:
- checkout
- designate_upload_channel
- install_cuda_compatible_cmath
- run:
name: Generate cache key
# This will refresh cache on Sundays, nightly build should generate new cache.
Expand Down Expand Up @@ -755,7 +744,6 @@ jobs:
steps:
- checkout
- designate_upload_channel
- install_cuda_compatible_cmath
- run:
name: Generate cache key
# This will refresh cache on Sundays, nightly build should generate new cache.
Expand Down Expand Up @@ -885,7 +873,6 @@ jobs:
steps:
- checkout_merge
- designate_upload_channel
- install_cuda_compatible_cmath
- run:
command: |
set -ex
Expand All @@ -899,7 +886,6 @@ jobs:
steps:
- checkout_merge
- designate_upload_channel
- install_cuda_compatible_cmath
- run:
command: |
set -ex
Expand Down
5 changes: 0 additions & 5 deletions .circleci/scripts/vs_install_cmath.ps1

This file was deleted.

0 comments on commit 9a2b697

Please sign in to comment.