mirror of
https://github.com/curl/curl.git
synced 2026-07-05 17:17:16 +03:00
CI: Do not use buildconf. Instead, just use: autoreconf -fi
Closes #8596
This commit is contained in:
parent
94fb2417b1
commit
22d33956ec
14 changed files with 29 additions and 29 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -85,8 +85,8 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- run: ./buildconf && ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }}
|
||||
name: 'configure'
|
||||
- run: autoreconf -fi && ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }}
|
||||
name: 'configure and build'
|
||||
env:
|
||||
# -Wvla is caused by brotli
|
||||
CFLAGS: "-Wno-vla -mmacosx-version-min=${{ matrix.build.macosx-version-min }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue