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 5858 ref : ${{ steps.vars.outputs.ref }}
5959 upload : ${{ steps.vars.outputs.upload }}
6060 target-cmake-flags : ${{ steps.vars.outputs.target-cmake-flags }}
61- ccache : ${{ steps.vars.outputs.ccache }}
6261 build-flang : ${{ steps.vars.outputs.build-flang }}
6362 release-binary-basename : ${{ steps.vars.outputs.release-binary-basename }}
6463 release-binary-filename : ${{ steps.vars.outputs.release-binary-filename }}
@@ -123,13 +122,6 @@ jobs:
123122 echo "release-binary-filename=$release_binary_basename.tar.xz" >> $GITHUB_OUTPUT
124123
125124 target="$RUNNER_OS-$RUNNER_ARCH"
126- # The hendrikmuhs/ccache-action action does not support installing sccache
127- # on arm64 Linux.
128- if [ "$target" = "Linux-ARM64" ]; then
129- echo ccache=ccache >> $GITHUB_OUTPUT
130- else
131- echo ccache=sccache >> $GITHUB_OUTPUT
132- fi
133125
134126 # The macOS builds try to cross compile some libraries so we need to
135127 # add extra CMake args to disable them.
@@ -222,8 +214,6 @@ jobs:
222214 - name : Configure
223215 id : build
224216 shell : bash
225- env :
226- CCACHE_BIN : ${{ needs.prepare.outputs.ccache }}
227217 run : |
228218 # There were some issues on the ARM64 MacOS runners with trying to build x86 object,
229219 # so we need to set some extra cmake flags to disable this.
You can’t perform that action at this time.
0 commit comments