We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427cafa commit 555b00aCopy full SHA for 555b00a
.github/workflows/buildcheck.yaml
@@ -35,6 +35,22 @@ jobs:
35
with:
36
name: Documentation PDF
37
path: doc/doxygen-doc/hwloc-a4.pdf
38
+ check-tarball-inria-centos81amd64:
39
+ name: Check tarball on Inria centos81amd64
40
+ needs: build-tarball
41
+ runs-on: hwloc-centos81amd64
42
+ steps:
43
+ - uses: actions/checkout@v4
44
+ with:
45
+ sparse-checkout: '.github/workflows'
46
+ sparse-checkout-cone-mode: false
47
+ - name: Download tarball
48
+ uses: actions/download-artifact@v3
49
50
+ name: Tarball
51
+ - name: Extract, build and check
52
+ run: |
53
+ $GITHUB_WORKSPACE/.github/workflows/job-1-check.sh hwloc-*.tar.gz
54
check-tarball-gh-ubuntu-latest:
55
name: Check tarball on GH ubuntu-latest
56
needs: build-tarball
0 commit comments