Nix build failure: stardust-xr-server requires rustc 1.75 or newer #18

Closed
opened 2024-02-20 11:44:59 -05:00 by Sntx626 · 1 comment
Sntx626 commented 2024-02-20 11:44:59 -05:00 (Migrated from github.com)

When trying to build the package with:

nix build

I get the error:

error: package `stardust-xr-server v0.44.0 (/build/stardust-xr-server-source)` cannot be built because it requires rustc 1.75 or newer, while the currently active rustc version is 1.71.1

How to fix:

nix flake update

I'll create a PR with an updated flake.lock.

However I think that at some point we should think about a CI/CD pipeline that auto-updates the flake.lock.

When trying to build the package with: ```sh nix build ``` I get the error: ``` error: package `stardust-xr-server v0.44.0 (/build/stardust-xr-server-source)` cannot be built because it requires rustc 1.75 or newer, while the currently active rustc version is 1.71.1 ``` How to fix: ``` nix flake update ``` I'll create a PR with an updated `flake.lock`. However I think that at some point we should think about a CI/CD pipeline that auto-updates the flake.lock.
Sntx626 commented 2024-08-16 17:36:15 -04:00 (Migrated from github.com)

This specific issue stardust-xr-server requires rustc 1.75 or newer is resolved. Closing with comment.

The build still fails though, I'll investigate it and might open an issue accordingly.

This specific issue `stardust-xr-server requires rustc 1.75 or newer` is resolved. Closing with comment. The build still fails though, I'll investigate it and might open an issue accordingly.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StardustXR/server#18