Skip to content

Commit

Permalink
Test on JFS, fixes #792
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Feb 24, 2023
1 parent 784942c commit c8a5dc3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,26 @@ jobs:
Write-Host "Current Working Directory: $curDir"
./scripts/bootstrap/bootstrap-haskell.ps1 -InstallDir ${GITHUB_WORKSPACE} -BootstrapUrl ("{0}/scripts/bootstrap/bootstrap-haskell" -f $curDir) -InBash
shell: pwsh

jfs:
name: jfs
runs-on: [self-hosted, Linux, ARM64, JFS]
env:
BOOTSTRAP_HASKELL_CABAL_VERSION: 3.6.2.0
BOOTSTRAP_HASKELL_GHC_VERSION: 8.10.7
BOOTSTRAP_HASKELL_NONINTERACTIVE: yes
GHCUP_INSTALL_BASE_PREFIX: "/mnt/jfs"
steps:
- uses: docker://hasufell/arm64v8-ubuntu-haskell:focal
name: Cleanup
with:
args: "find . -mindepth 1 -maxdepth 1 -exec rm -rf -- {} +"

- name: Checkout code
uses: actions/checkout@v3

- name: Test JFS
run: |
rm -rf /mnt/jfs/*
sh ./.github/scripts/bootstrap.sh

0 comments on commit c8a5dc3

Please sign in to comment.