File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ build:macos:
209
209
stage : build
210
210
needs : []
211
211
tags :
212
- - shared -macos-amd64
213
- image : macos-11 -xcode-12
212
+ - saas -macos-medium-m1
213
+ image : macos-12 -xcode-14
214
214
variables :
215
215
# Location node-gyp installed headers and static libraries
216
216
npm_config_devdir : " ${CI_PROJECT_DIR}/tmp/node-gyp"
Original file line number Diff line number Diff line change 52
52
},
53
53
'VCLinkerTool' : {
54
54
'AdditionalDependencies' : [
55
- # SDK import libs
55
+ # Windows SDK libs required for rocksdb
56
56
'Shlwapi.lib' ,
57
57
'rpcrt4.lib'
58
58
]
68
68
'cflags+' : [ '-fvisibility=hidden' ],
69
69
'cflags_cc+' : [ '-fvisibility=hidden' ],
70
70
'xcode_settings' : {
71
- # Minimum mac osx target version (matches node v16.14.2 )
72
- 'MACOSX_DEPLOYMENT_TARGET' : '10.13 ' ,
71
+ # Minimum mac osx target version (matches node v18.15.0 common.gypi )
72
+ 'MACOSX_DEPLOYMENT_TARGET' : '10.15 ' ,
73
73
# This is also needed to prevent exporting of symbols
74
74
'GCC_SYMBOLS_PRIVATE_EXTERN' : 'YES' ,
75
75
'OTHER_CFLAGS' : [
You can’t perform that action at this time.
0 commit comments