Skip to content

Commit

Permalink
Merge pull request #21 from hic-infra/stata-s3
Browse files Browse the repository at this point in the history
Pull stata testbuild (s3 fixes) from S3
  • Loading branch information
AaronJackson authored Nov 29, 2023
2 parents 7724f4e + 154d84f commit ea2225e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/stata.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ Start-Process SetupStata17.exe -ArgumentList "/s","/v`"/qn ADDLOCAL=core,StataMP
# these. As far as as I understand, this lic file should work on both
# Windows and Linux, but I think I prefer my expect solution...
aws s3 cp s3://${Env:S3_PACKER_RESOURCES_PATH}/stata.lic "C:\\Program Files\\Stata17\\STATA.lic"

# We have a temporary build of Stata 17 which fixes issues relating to
# writing to rclone mounted (and OneDrive, apparently) volumes. This
# will be included in a Stata 17 update at some point, but for now we
# can pull down the test release.
aws s3 cp s3://${Env:S3_PACKER_RESOURCES_PATH}/StataMP-64-test.exe "C:\\Program Files\\Stata17\\StataMP-64.exe"

0 comments on commit ea2225e

Please sign in to comment.