Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
b49b8dbe
Unverified
Commit
b49b8dbe
authored
Dec 08, 2023
by
Edward Thomson
Committed by
GitHub
Dec 08, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6664 from libgit2/ethomson/ci-macos
ci: overwrite nonsense in /usr/local during macOS setup
parents
d9475611
e0020046
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
.github/workflows/main.yml
+2
-0
ci/setup-osx-build.sh
+1
-1
No files found.
.github/workflows/main.yml
View file @
b49b8dbe
...
...
@@ -67,6 +67,7 @@ jobs:
env
:
CC
:
clang
CMAKE_OPTIONS
:
-DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks -DUSE_GSSAPI=ON
CMAKE_GENERATOR
:
Ninja
PKG_CONFIG_PATH
:
/usr/local/opt/openssl/lib/pkgconfig
SKIP_SSH_TESTS
:
true
SKIP_NEGOTIATE_TESTS
:
true
...
...
@@ -181,6 +182,7 @@ jobs:
env
:
CC
:
clang
CMAKE_OPTIONS
:
-DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks -DUSE_GSSAPI=ON -DEXPERIMENTAL_SHA256=ON
CMAKE_GENERATOR
:
Ninja
PKG_CONFIG_PATH
:
/usr/local/opt/openssl/lib/pkgconfig
SKIP_SSH_TESTS
:
true
SKIP_NEGOTIATE_TESTS
:
true
...
...
ci/setup-osx-build.sh
View file @
b49b8dbe
...
...
@@ -3,6 +3,6 @@
set
-ex
brew update
brew install pkgconfig
zlib curl openssl
libssh2 ninja
brew install pkgconfig libssh2 ninja
ln
-s
/Applications/Xcode.app/Contents/Developer/usr/lib/libLeaksAtExit.dylib /usr/local/lib
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment