Skip to content

Commit

Permalink
ci: remove windows linker flag, use a whitelist for git add
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Jan 4, 2025
1 parent e7292c6 commit 03552e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
cd extensions
git config --local user.email "github-actions[bot]@users.noreply.github.com"
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"
- name: Push files
Expand Down
1 change: 0 additions & 1 deletion extensions/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ CCFLAGS += -shared -Os

ifeq ($(OS),Windows_NT)
OUTPUT = lib/noattach.dll
CCFLAGS += -Wl,--exclude-libs,ALL
CC = clang
else
UNAME := $(shell uname)
Expand Down

0 comments on commit 03552e1

Please sign in to comment.