Browse Source

dist CI: Also disable domain_host variation

It seems not supported in newer ubuntu 24.04 images.
master
Samuel Thibault 5 months ago
parent
commit
b5acaece43
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/dist.yml

+ 1
- 1
.github/workflows/dist.yml View File

@@ -38,7 +38,7 @@ jobs:
- name: dependencies
run: sudo apt-get update && sudo apt-get install ${{ env.deps }} reprotest ${{ matrix.archdeps }}
- name: run
run: reprotest --vary=-user_group 'CFLAGS="${{ matrix.archconfigflags }}" CXXFLAGS="${{ matrix.archconfigflags }}" rm -rf build && cmake -Bbuild -DUSE_ASYNC:BOOL=OFF && cmake --build build && ctest --test-dir build -T test -j1 --output-on-failure && touch success' success
run: reprotest --vary=-user_group --vary=-domain_host 'CFLAGS="${{ matrix.archconfigflags }}" CXXFLAGS="${{ matrix.archconfigflags }}" rm -rf build && cmake -Bbuild -DUSE_ASYNC:BOOL=OFF && cmake --build build && ctest --test-dir build -T test -j1 --output-on-failure && touch success' success

distcheck:


Loading…
Cancel
Save