Skip to content

Commit 140888f

Browse files
committed
Revert "github: Build the msvcrt toolchains with LTO and PGO"
This reverts commit ca34a15.
1 parent 189fd7a commit 140888f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/msvcrt.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)