File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -135,14 +135,6 @@ jobs:
135135 run : |
136136 [[ "${{ matrix.build-type }}" == "production" ]] && CONFIG='Release' || CONFIG='Debug'
137137 echo "Building $CONFIG"
138-
139- # Set preprocessor flags for dev builds
140- if [[ "${{ matrix.build-type }}" == "dev" ]]; then
141- EXTRA_FLAGS="GCC_PREPROCESSOR_DEFINITIONS=\$(inherited) SDK_V9=0"
142- else
143- EXTRA_FLAGS=""
144- fi
145-
146138 mkdir -p "DerivedData"
147139 derivedData="$(cd "DerivedData" ; pwd -P)"
148140 set -o pipefail && xcodebuild \
@@ -153,7 +145,6 @@ jobs:
153145 -destination 'generic/platform=iOS Simulator' \
154146 ONLY_ACTIVE_ARCH=yes \
155147 -derivedDataPath "$derivedData" \
156- $EXTRA_FLAGS \
157148 build \
158149 | tee xcodebuild.log \
159150 | xcbeautify --quieter --is-ci --disable-colored-output
You can’t perform that action at this time.
0 commit comments