mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 05:14:03 +00:00
ci: remove windows linker flag, use a whitelist for git add
This commit is contained in:
parent
e7292c6d38
commit
03552e13a4
2 changed files with 1 additions and 2 deletions
2
.github/workflows/extensions.yml
vendored
2
.github/workflows/extensions.yml
vendored
|
|
@ -84,7 +84,7 @@ jobs:
|
||||||
cd extensions
|
cd extensions
|
||||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git config --local user.name "github-actions[bot]"
|
git config --local user.name "github-actions[bot]"
|
||||||
git add lib/
|
git add lib/*.{so,dylib,dll} lib/arm/*.{so,dylib}
|
||||||
git commit -m "Auto-build: Update extensions [skip ci]" || echo "No changes to commit"
|
git commit -m "Auto-build: Update extensions [skip ci]" || echo "No changes to commit"
|
||||||
|
|
||||||
- name: Push files
|
- name: Push files
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ CCFLAGS += -shared -Os
|
||||||
|
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
OUTPUT = lib/noattach.dll
|
OUTPUT = lib/noattach.dll
|
||||||
CCFLAGS += -Wl,--exclude-libs,ALL
|
|
||||||
CC = clang
|
CC = clang
|
||||||
else
|
else
|
||||||
UNAME := $(shell uname)
|
UNAME := $(shell uname)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue