mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 04:54:03 +00:00
ci: use make -B
This commit is contained in:
parent
69067ed28e
commit
3ece4a087b
1 changed files with 4 additions and 4 deletions
8
.github/workflows/extensions.yml
vendored
8
.github/workflows/extensions.yml
vendored
|
|
@ -48,11 +48,11 @@ jobs:
|
|||
|
||||
- name: Build C files (Native Windows)
|
||||
if: runner.os == 'Windows'
|
||||
run: cd extensions && make
|
||||
run: cd extensions && make -B
|
||||
|
||||
- name: Build C files (Native Linux)
|
||||
if: runner.os == 'Linux' && matrix.arch == 'x64'
|
||||
run: cd extensions && make
|
||||
run: cd extensions && make -B
|
||||
|
||||
- name: Build C files (Linux cross-compilation)
|
||||
if: runner.os == 'Linux' && matrix.arch == 'ARM64'
|
||||
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
|
||||
- name: Build C files (Native macOS ARM64)
|
||||
if: matrix.os == 'macos-latest' && matrix.arch == 'ARM64'
|
||||
run: cd extensions && make
|
||||
run: cd extensions && make -B
|
||||
|
||||
- name: Build C files (macOS cross-compilation)
|
||||
if: matrix.os == 'macos-latest' && matrix.arch == 'x64'
|
||||
|
|
@ -75,7 +75,7 @@ jobs:
|
|||
export CC=/opt/homebrew/opt/llvm/bin/clang
|
||||
export CFLAGS="-target x86_64-apple-darwin"
|
||||
export LDFLAGS="-target x86_64-apple-darwin"
|
||||
make ARCH=x86_64
|
||||
make -B ARCH=x86_64
|
||||
|
||||
- name: Commit output files
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue