Skip to content

Commit c4b05ae

Browse files
committed
Set rust flags on windows release verification
1 parent 3585c11 commit c4b05ae

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=--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)