Skip to content

Commit

Permalink
Needed fixes for binaries
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#20385

Differential Revision: D15321396

Pulled By: pjh5

fbshipit-source-id: de7ca1ac928bdea3bcf6c78e84c7e9b786bcff52
  • Loading branch information
pjh5 authored and facebook-github-bot committed May 13, 2019
1 parent 6c3b8a2 commit 824d4f9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -573,10 +573,14 @@ binary_linux_test: &binary_linux_test
steps:
- attach_workspace:
at: ~/workspace
- attach_workspace:
at: /home/circleci/project
- run:
<<: *setup_linux_system_environment
- run:
<<: *setup_ci_environment
- run:
<<: *binary_checkout
- run:
<<: *binary_populate_env
- run:
Expand Down Expand Up @@ -1333,6 +1337,8 @@ jobs:
machine:
image: ubuntu-1604:201903-01
steps:
- attach_workspace:
at: ~/workspace
- run:
<<: *setup_linux_system_environment
- run:
Expand Down Expand Up @@ -1386,6 +1392,8 @@ jobs:
machine:
image: ubuntu-1604:201903-01
steps:
- attach_workspace:
at: ~/workspace
- run:
<<: *setup_linux_system_environment
- run:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/scripts/binary_run_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
source /home/circleci/project/env
echo "Running the following code in Docker"
cat /home/circleci/project/ci_test_script.sh
set -ex
set -ex -o pipefail

# Expect actual code to be written to this file
chmod +x /home/circleci/project/ci_test_script.sh
Expand Down
4 changes: 4 additions & 0 deletions .circleci/verbatim-sources/binary_update_htmls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
machine:
image: ubuntu-1604:201903-01
steps:
- attach_workspace:
at: ~/workspace
- run:
<<: *setup_linux_system_environment
- run:
Expand Down Expand Up @@ -62,6 +64,8 @@
machine:
image: ubuntu-1604:201903-01
steps:
- attach_workspace:
at: ~/workspace
- run:
<<: *setup_linux_system_environment
- run:
Expand Down
4 changes: 4 additions & 0 deletions .circleci/verbatim-sources/linux-binary-build-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,14 @@ binary_linux_test: &binary_linux_test
steps:
- attach_workspace:
at: ~/workspace
- attach_workspace:
at: /home/circleci/project
- run:
<<: *setup_linux_system_environment
- run:
<<: *setup_ci_environment
- run:
<<: *binary_checkout
- run:
<<: *binary_populate_env
- run:
Expand Down

0 comments on commit 824d4f9

Please sign in to comment.