Skip to content

Commit

Permalink
Fix uwp/Hololens 2 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
korejan committed Jun 4, 2024
1 parent 0fdffe8 commit b5ea74e
Show file tree
Hide file tree
Showing 11 changed files with 77 additions and 77 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prepare-alxr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,8 @@ jobs:
# Fetch alxr-engine submodule.
git submodule update --init --recursive
Start-Process -FilePath .\alvr\openxr-client\alxr-client\uwp\install_uwp_toolchain.bat -Wait -NoNewWindow
rustup toolchain install nightly-2024-02-12
rustup component add rust-src --toolchain nightly-2024-02-12-x86_64-pc-windows-msvc
rustup toolchain install nightly
rustup component add rust-src --toolchain nightly-x86_64-pc-windows-msvc
rustup update
- name: Build & Package UWP Arm64 Debug (.msix)
Expand Down Expand Up @@ -724,8 +724,8 @@ jobs:
# Fetch alxr-engine submodule.
git submodule update --init --recursive
Start-Process -FilePath .\alvr\openxr-client\alxr-client\uwp\install_uwp_toolchain.bat -Wait -NoNewWindow
rustup toolchain install nightly-2024-02-12
rustup component add rust-src --toolchain nightly-2024-02-12-x86_64-pc-windows-msvc
rustup toolchain install nightly
rustup component add rust-src --toolchain nightly-x86_64-pc-windows-msvc
rustup update
- name: Build & Package UWP Arm64 Release (.msix)
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ jobs:
# Fetch alxr-engine submodule.
git submodule update --init --recursive
Start-Process -FilePath .\alvr\openxr-client\alxr-client\uwp\install_uwp_toolchain.bat -Wait -NoNewWindow
rustup toolchain install nightly-2024-02-12
rustup component add rust-src --toolchain nightly-2024-02-12-x86_64-pc-windows-msvc
rustup toolchain install nightly
rustup component add rust-src --toolchain nightly-x86_64-pc-windows-msvc
rustup update
- name: Build Debug UWP aarch64/arm64
run: |
cargo +nightly-2024-02-12 build -Z build-std=std,panic_abort -p alxr-client-uwp --target aarch64-uwp-windows-msvc --verbose
cargo +nightly build -Z build-std=std,panic_abort -p alxr-client-uwp --target aarch64-uwp-windows-msvc --verbose
build_alxr_linux:
runs-on: ubuntu-22.04
Expand Down
Loading

0 comments on commit b5ea74e

Please sign in to comment.