Skip to content

Commit 00b2457

Browse files
authored
ci: disable symbol export on Windows verification (#1486)
* Set rust flags on windows release verification * Forward flag to linker * Switch to msvc rust toolchain * Revert "Switch to msvc rust toolchain" This reverts commit 9879fc7.
1 parent 1be838b commit 00b2457

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/verify-release-candidate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jobs:
7373
version: "27.4"
7474
repo-token: ${{ secrets.GITHUB_TOKEN }}
7575

76+
- name: Set RUSTFLAGS for Windows GNU linker
77+
if: matrix.os == 'windows'
78+
shell: bash
79+
run: echo "RUSTFLAGS=-C link-arg=-Wl,--exclude-libs=ALL" >> "$GITHUB_ENV"
80+
7681
- name: Run release candidate verification
7782
shell: bash
7883
run: ./dev/release/verify-release-candidate.sh "${{ inputs.version }}" "${{ inputs.rc_number }}"

0 commit comments

Comments
 (0)