Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-lc-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 37884d0114e5e26d62cdc14bd99495479d4737dc
Choose a base ref
..
head repository: aws/aws-lc-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 21cc83970c2a8504e8992db817dc070d97191322
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 .github/workflows/cross.yml
6 changes: 3 additions & 3 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
@@ -117,7 +117,7 @@ jobs:
if: github.repository_owner == 'aws'
runs-on: ubuntu-latest
env:
RUSTFLAGS: '-Clink-arg=/WX'
RUSTFLAGS: '-Clink-arg= /WX'
steps:
- name: Install build dependencies
run: |
@@ -145,7 +145,7 @@ jobs:
name: ${{ matrix.target }}
runs-on: windows-latest
env:
RUSTFLAGS: '-Clink-arg=/WX'
RUSTFLAGS: '-Clink-arg= /WX'
strategy:
fail-fast: false
matrix:
@@ -185,7 +185,7 @@ jobs:
name: aarch64-pc-windows-msvc
runs-on: windows-latest
env:
RUSTFLAGS: '-Clink-arg=/WX'
RUSTFLAGS: '-Clink-arg= /WX'
steps:
- uses: actions/checkout@v3
with: