Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

env:
# TODO: Remove when cargo-wdk supports Cargo build-dir layout v2.
Comment thread
wmmc88 marked this conversation as resolved.
Outdated
CARGO_UNSTABLE_BUILD_DIR_NEW_LAYOUT: 'false'
RUSTFLAGS: >-
-D warnings
-C target-feature=+crt-static
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.compare || github.head_ref || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

env:
# TODO: Remove when cargo-wdk supports Cargo build-dir layout v2.
CARGO_UNSTABLE_BUILD_DIR_NEW_LAYOUT: 'false'

jobs:
test:
name: Test
Expand Down
Loading