mirror of
https://github.com/rclone/rclone.git
synced 2024-12-31 19:40:25 +01:00
build: don't specify macos SDK any more as default is good enough #5951
This fixes the build, in particular the error: Failed to run ["xcrun" "--sdk" "macosx11.1" "--show-sdk-path"]: exit status 1
This commit is contained in:
parent
533377a955
commit
c0331c0c83
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
os: macos-11
|
os: macos-11
|
||||||
go: '1.17.x'
|
go: '1.17.x'
|
||||||
gotags: 'cmount'
|
gotags: 'cmount'
|
||||||
build_flags: '-include "^darwin/arm64" -cgo -macos-arch arm64 -macos-sdk macosx11.1 -cgo-cflags=-I/usr/local/include -cgo-ldflags=-L/usr/local/lib'
|
build_flags: '-include "^darwin/arm64" -cgo -macos-arch arm64 -cgo-cflags=-I/usr/local/include -cgo-ldflags=-L/usr/local/lib'
|
||||||
deploy: true
|
deploy: true
|
||||||
|
|
||||||
# - job_name: windows_amd64
|
# - job_name: windows_amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user