File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,6 @@ jobs:
106106 - uses : actions/checkout@v4
107107 with :
108108 ref : ${{github.event_name == 'workflow_dispatch' && inputs.ref || 'master'}}
109- - name : Download profile
110- uses : dawidd6/action-download-artifact@v10
111- with :
112- workflow : build.yml
113- workflow_conclusion : success
114- ref : ${{github.event_name == 'workflow_dispatch' && inputs.ref || 'master'}}
115- event : ${{github.event_name == 'workflow_dispatch' && 'push' || 'schedule'}}
116- name : profile
117109 - name : Build
118110 env :
119111 LLVM_VERSION : ${{needs.prepare.outputs.LLVM_VERSION}}
@@ -122,7 +114,7 @@ jobs:
122114 TAG : ${{needs.prepare.outputs.TAG}}
123115 run : |
124116 sudo apt-get update && sudo apt-get install libltdl-dev swig autoconf-archive
125- ./build-cross-tools.sh /opt/llvm-mingw $(pwd)/install/llvm-mingw ${{matrix.arch}} --with-python --thinlto --pgo
117+ ./build-cross-tools.sh /opt/llvm-mingw $(pwd)/install/llvm-mingw ${{matrix.arch}} --with-python
126118 .github/workflows/store-version.sh install/llvm-mingw/versions.txt
127119 ./test-libcxx-module.sh $(pwd)/install/llvm-mingw
128120 ./run-tests.sh $(pwd)/install/llvm-mingw
You can’t perform that action at this time.
0 commit comments