Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vamp-ir CI installation #2199

Merged
merged 7 commits into from
Jun 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ concurrency:

env:
SKIP: ormolu,format-juvix-files,typecheck-juvix-examples
VAMPIRREPO: anoma/vamp-ir
VAMPIRVERSION: v0.1.3

jobs:
pre-commit:
Expand Down Expand Up @@ -96,13 +98,11 @@ jobs:
- name: Install VampIR for testing
uses: jaxxstorm/[email protected]
with:
repo: anoma/vamp-ir
repo: ${{ env.VAMPIRREPO }}
platform: linux
tag: v0.1.2
tag: ${{ env.VAMPIRVERSION }}
chmod: 0755
rename-to: vamp-ir
extension-matching: disable
cache: enable

- name: Test VampIR
shell: bash
Expand Down Expand Up @@ -176,6 +176,7 @@ jobs:
run: |
brew install icu4c
brew link icu4c --force

- name: Download and extract wasi-sysroot
run: >
curl
Expand Down Expand Up @@ -215,13 +216,11 @@ jobs:
- name: Install VampIR for testing
uses: jaxxstorm/[email protected]
with:
repo: anoma/vamp-ir
repo: ${{ env.VAMPIRREPO }}
platform: darwin
tag: v0.1.2
tag: ${{ env.VAMPIRVERSION }}
chmod: 0755
rename-to: vamp-ir
extension-matching: disable
cache: enable

- name: Test VampIR
shell: bash
Expand Down