Skip to content

Commit 10099d9

Browse files
authored
Remove cabal.project.wasi, it's no longer needed with splitmix-0.1.2 (#706)
* Remove cabal.project.wasi, it's no longer needed with splitmix-0.1.2 * CI: bump FreeBSD version * CI: fix emulated workflows
1 parent c63dd72 commit 10099d9

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
task:
22
name: FreeBSD
33
freebsd_instance:
4-
image_family: freebsd-14-0
4+
image_family: freebsd-14-2
55
install_script:
66
- pkg install -y git gmake
77
- curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 sh

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
arch: ['s390x', 'ppc64le', 'riscv64']
128128
steps:
129129
- uses: actions/checkout@v4
130-
- uses: uraimo/run-on-arch-action@v2.8.1
130+
- uses: uraimo/run-on-arch-action@v3
131131
timeout-minutes: 60
132132
with:
133133
arch: ${{ matrix.arch }}
@@ -260,7 +260,6 @@ jobs:
260260
wasi-${{ runner.os }}-${{ env.GHC_WASM_META_REV }}-flavour-${{ matrix.ghc }}-
261261
- name: Build
262262
run: |
263-
mv cabal.project.wasi cabal.project.local
264263
wasm32-wasi-cabal build --enable-tests
265264
wasm32-wasi-cabal list-bin test:bytestring-tests
266265
- name: Test

cabal.project.wasi

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)