From 12070005d46c23c47763a20d871d9de76a8022b3 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Mon, 17 Apr 2023 18:46:49 -0400 Subject: Add a CI check for ext/Setup --- .github/workflows/compilers.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github') diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index f28b707f23..5aa3f29726 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -109,6 +109,8 @@ jobs: shared: disable # check: true + - { name: ext/Setup } + # - { name: aarch64-linux-gnu, crosshost: aarch64-linux-gnu, container: crossbuild-essential-arm64 } # - { name: arm-linux-gnueabi, crosshost: arm-linux-gnueabi } # - { name: arm-linux-gnueabihf, crosshost: arm-linux-gnueabihf } @@ -248,6 +250,9 @@ jobs: matrix.entry.crosshost || '"${default_cc}${append_cc:+ $append_cc}"' }} --${{ matrix.entry.shared || 'enable' }}-shared + - name: Add to ext/Setup # statically link just the etc extension + run: mkdir ext && echo etc >> ext/Setup + if: ${{ matrix.entry.name == 'ext/Setup' }} - run: make extract-extlibs - run: make incs - run: make showflags -- cgit v1.2.1