From 4f287b14446aa459e37c2de281d57b07c7bcf7a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 04:15:16 +0000 Subject: [PATCH] Deployed 6323bef6 to nightly with MkDocs 1.6.1 and mike 2.1.4 --- .../contribution/development/build_process/index.html | 9 +++++---- nightly/search/search_index.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/nightly/contribution/development/build_process/index.html b/nightly/contribution/development/build_process/index.html index 5a2770b4..beb0e032 100644 --- a/nightly/contribution/development/build_process/index.html +++ b/nightly/contribution/development/build_process/index.html @@ -2127,13 +2127,14 @@

Some builds use cross to do cross-compilation builds for architectures otherwise not natively supported by the runner.

MSI

-

This builds a full Windows installer using cargo-wix. This requires some setup beforehand with some dependencies:

+

This builds a full Windows installer using cargo-wix and WiX Toolset 4. +This requires some setup beforehand with some dependencies:

-

After that, cache is enabled, and cargo wix takes care of the rest.

+

After that, cargo wix takes care of the rest.

.deb

Currently, .deb files are built for x86 and ARM architectures (armv7, aarch64). This is handled by cargo-deb.