File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ jobs:
131131 macos-13)
132132 if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then
133133 build_runs_on="${{ inputs.runs-on }}"
134- target_cmake_flags="$target_cmake_flags
135134 else
136135 build_runs_on="macos-13-large"
137136 fi
@@ -140,8 +139,6 @@ jobs:
140139 macos-14)
141140 if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then
142141 build_runs_on="${{ inputs.runs-on }}"
143- enable_pgo=0
144- target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF"
145142 else
146143 build_runs_on="depot-macos-14"
147144 fi
@@ -166,13 +163,6 @@ jobs:
166163 ;;
167164 esac
168165
169- if [ "$enable_pgo" -eq 1 ]; then
170- bootstrap_prefix="BOOTSTRAP_BOOTSTRAP"
171- else
172- bootstrap_prefix="BOOTSTRAP"
173- target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_PGO=OFF"
174- fi
175-
176166 target="$RUNNER_OS-$RUNNER_ARCH"
177167 # The hendrikmuhs/ccache-action action does not support installing sccache
178168 # on arm64 Linux.
You can’t perform that action at this time.
0 commit comments