Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,7 @@ jobs:
tool: cargo-make

- name: Build and Package Sample Drivers
# Unset RUSTFLAGS for cargo-make to work around RUSTFLAGS leaking into
# rust-script compilation of wdk-build (path dep via symlink defeats
# --cap-lints). Upstream fix: microsoft/windows-drivers-rs#629
run: |
$env:RUSTFLAGS = $null
cargo make default +${{ matrix.rust_toolchain }} --locked --profile ${{ matrix.cargo_profile }} --target ${{ matrix.target_triple.name }}
shell: pwsh
run: cargo make default +${{ matrix.rust_toolchain }} --locked --profile ${{ matrix.cargo_profile }} --target ${{ matrix.target_triple.name }}

# Steps to use cargo-wdk to build and package drivers
- name: Install cargo-wdk binary
Expand Down