Skip to content

Commit

Permalink
Include Cryptol binary in release tarballs
Browse files Browse the repository at this point in the history
Closes #1412
  • Loading branch information
Aaron Tomb committed Oct 6, 2021
1 parent 83d2f45 commit 76bd172
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ setup_dist_bins() {
extract_exe "saw-remote-api" "dist/bin"
fi
extract_exe "saw" "dist/bin"
extract_exe "cryptol" "dist/bin" "deps/cryptol/dist-newstyle"
export PATH=$PWD/dist/bin:$PATH
echo "$PWD/dist/bin" >> "$GITHUB_PATH"
strip dist/bin/saw* || echo "Strip failed: Ignoring harmless error"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ jobs:
saw/SAWScript/Version.hs
rm -f saw/SAWScript/Version.hs.bak
- shell: bash
run: .github/ci.sh build_cryptol

- shell: bash
run: .github/ci.sh build

Expand Down

0 comments on commit 76bd172

Please sign in to comment.