We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3585c11 commit c4b05aeCopy full SHA for c4b05ae
.github/workflows/verify-release-candidate.yml
@@ -73,6 +73,11 @@ jobs:
73
version: "27.4"
74
repo-token: ${{ secrets.GITHUB_TOKEN }}
75
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
+
81
- name: Run release candidate verification
82
shell: bash
83
run: ./dev/release/verify-release-candidate.sh "${{ inputs.version }}" "${{ inputs.rc_number }}"
0 commit comments