7 description: 'Custom CFLAGS'
18 - uses: actions/checkout@v4
20 - name: Install dependencies
22 brew install autoconf automake gettext check gnu-indent libtool pkg-config
23 brew install aspell e2fsprogs glib libssh2 openssl s-lang
25 # unzip is part of the base system
27 - name: Bootstrap build system
30 - name: Build default configuration
32 export CFLAGS="${{ inputs.CFLAGS }}"
35 --prefix="$(pwd)/install-prefix" \
37 --enable-aspell=/opt/homebrew
39 make -j$(sysctl -n hw.logicalcpu)
43 - uses: actions/upload-artifact@v4
46 name: test-suite-logs-macos
47 path: ./**/test-suite.log