Skip to content

Commit

Permalink
Add analysis components to msvc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Oct 23, 2024
1 parent 2901122 commit b7e970b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-x86_64-pc-windows-msvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
working-directory: "R:"
shell: powershell
run: |
python src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${{ github.event.inputs.release_version }}" --enable-extended --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv --dist-compression-formats='xz'
python src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${{ github.event.inputs.release_version }}" --enable-extended --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv,analysis,rust-analysis --dist-compression-formats='xz' --enable-lld
- name: Build with x.py - dist packages
working-directory: "R:"
continue-on-error: true
Expand Down

0 comments on commit b7e970b

Please sign in to comment.