Skip to content

Commit

Permalink
Drop distcheck from Ubuntu CI for Java interoperability
Browse files Browse the repository at this point in the history
  • Loading branch information
nberth committed Aug 21, 2024
1 parent 8c314e5 commit 4426107
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ubuntu-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,10 @@ jobs:
run: |
make -C _build --jobs=$(($(nproc)+1))
# - name: check
# run: |
# cd _build
# make check TESTSUITEFLAGS="--jobs=$(($(nproc)+1))"

# note: distcheck also creates the dist tarball
- name: distcheck
- name: check
run: |
make -C _build distcheck TESTSUITEFLAGS="--jobs=$(($(nproc)+1))" || \\
make -C _build check TESTSUITEFLAGS="--recheck --verbose"
make -C _build check TESTSUITEFLAGS="--jobs=$(($(nproc)+1))" || \
make -C _build check TESTSUITEFLAGS="--recheck --verbose"
- name: Upload testsuite.log
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4426107

Please sign in to comment.