[llvm] Workflows: Drop Windows release builds and use more powerful runners for others (PR #117111)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 23:25:41 PST 2025
================
@@ -484,7 +343,17 @@ jobs:
id: setup-stage
uses: ./workflows/.github/workflows/release-binaries-setup-stage
with:
- previous-artifact: build-stage3-all
+ previous-artifact: build-release-package
+
+ # Need sccache installed, because some stage1 objects are being built for the tests.
+ # FIXME: This probably shouldn't be happening.
----------------
boomanaiden154 wrote:
Do you have a list of what is built? Is `stage2-packages` supposed to depend on the `-test-depends` targets?
https://github.com/llvm/llvm-project/pull/117111
More information about the llvm-commits
mailing list