Skip to content

Commit

Permalink
Merge pull request #16649 from mppf/run-in-venv-in-release
Browse files Browse the repository at this point in the history
Include util/run-in-venv.bash in install/tarball

Follow-up to PR #16644 and PR #16560.

To resolve smoke test failures.

Reviewed by @ronawho - thanks!

- [x] verified that `util/buildRelease/gen_release` and untarring that and running `make check-chpldoc` in it works
  • Loading branch information
mppf committed Nov 3, 2020
2 parents 0e5f5e3 + 8acdcba commit a7b18f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions util/buildRelease/gen_release
Expand Up @@ -128,6 +128,7 @@ if (exists($ENV{"CHPL_GEN_RELEASE_NO_CLONE"})) {
"util/buildRelease/install.sh",
"util/chpl-completion.bash",
"util/printchplenv",
"util/run-in-venv.bash",
"util/setchplenv.bash",
"util/setchplenv.csh",
"util/setchplenv.fish",
Expand Down
2 changes: 2 additions & 0 deletions util/buildRelease/install.sh
Expand Up @@ -260,6 +260,8 @@ myinstalldir modules "$DEST_CHPL_HOME"/modules
# copy util/printchplenv
myinstallfile util/printchplenv "$DEST_CHPL_HOME"/util/

myinstallfile util/run-in-venv.bash "$DEST_CHPL_HOME"/util/

# copy util/chplenv
myinstalldir util/chplenv "$DEST_CHPL_HOME"/util/chplenv/

Expand Down

0 comments on commit a7b18f4

Please sign in to comment.