Skip to content

Commit

Permalink
wip, debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Jun 3, 2024
1 parent 6a872f4 commit 0333620
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test_installs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- uses: actions/checkout@v3
- run: docker build -f .docker/Dockerfile . -t hax
setup_sh:
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'merge_group' }}
# if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'merge_group' }}
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-20.04
- macos-latest
- macos-11
# - ubuntu-20.04
# - macos-latest
# - macos-11
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -37,6 +37,8 @@ jobs:
- name: Run `setup.sh`
run: |
export OPAMERRLOGLEN=0
mkdir -p ~/.config/dune
echo "(display verbose)" > ~/.config/dune/config
./setup.sh
- run: cargo hax --version
- name: Test an extraction
Expand Down
1 change: 0 additions & 1 deletion engine/bin/dune
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@
(flags
(:standard -g -warn-error -A -warn-error +8 -w -33))))

(display verbose)
1 change: 0 additions & 1 deletion engine/lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@
(flags
(:standard -g -warn-error "+A" -w "-17-30-56-32"))))

(display verbose)

0 comments on commit 0333620

Please sign in to comment.