Skip to content

Commit

Permalink
Merge pull request #1739 from GaloisInc/T1726
Browse files Browse the repository at this point in the history
`s2n-tests`: Simplify artifact handling
  • Loading branch information
mergify[bot] committed Sep 19, 2022
2 parents e6a3e62 + 617b4e9 commit e3a9936
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,6 @@ jobs:
path: dist/bin
name: ${{ runner.os }}-bins

- if: "matrix.os == 'ubuntu-18.04'"
uses: actions/upload-artifact@v2
with:
name: "saw-${{ runner.os }}-${{ matrix.ghc }}"
path: "dist/bin/saw"

mr-solver-tests:
needs: [build]
strategy:
Expand Down Expand Up @@ -544,14 +538,12 @@ jobs:
- name: Download previously-built SAW
uses: actions/download-artifact@v2
with:
name: "saw-Linux-${{ matrix.ghc }}"
name: "${{ runner.os }}-bins"
path: ./s2nTests/bin

- shell: bash
working-directory: s2nTests
run: |
curl -o solvers-bin.zip -sL "https://github.com/GaloisInc/what4-solvers/releases/download/$SOLVER_PKG_VERSION/ubuntu-18.04-bin.zip"
(cd bin && unzip ../solvers-bin.zip)
docker-compose pull
grep -h '^FROM' docker/*.dockerfile | sort -u | awk '{print $2}' | xargs -n1 -P8 docker pull
Expand Down

0 comments on commit e3a9936

Please sign in to comment.