[PR #964] [MERGED] update whoami dependency to fix illumos build #1043

Closed
opened 2026-02-27 09:10:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/964
Author: @jclulow
Created: 8/31/2024
Status: Merged
Merged: 9/2/2024
Merged by: @nitnelave

Base: mainHead: jclulow


📝 Commits (1)

  • 6b9de6a update whoami dependency to fix illumos build

📊 Changes

1 file changed (+23 additions, -4 deletions)

View changed files

📝 Cargo.lock (+23 -4)

📄 Description

The whoami crate did not have support for illumos systems in the current pinned version (1.3.0) so I bumped it with cargo update -p whoami to 1.5.1 and now everything builds and cargo test passes on my system:

$ cat /etc/os-release
NAME="Helios"
PRETTY_NAME="Oxide Helios 2"
CPE_NAME="cpe:/o:oxide:helios:2:0"
ID=helios
VERSION=2
VERSION_ID=2
BUILD_ID=2.0.2023.06.21
HOME_URL="https://oxide.computer/helios/"
SUPPORT_URL="https://oxide.computer/helios/"
BUG_REPORT_URL="https://github.com/oxidecomputer/helios/issues/new"

$ uname -a
SunOS vulcan 5.11 helios-2.0.22694 i86pc i386 i86pc

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/964 **Author:** [@jclulow](https://github.com/jclulow) **Created:** 8/31/2024 **Status:** ✅ Merged **Merged:** 9/2/2024 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `jclulow` --- ### 📝 Commits (1) - [`6b9de6a`](https://github.com/lldap/lldap/commit/6b9de6a24c73aa89230f8e78a920f5f3b6e88ded) update whoami dependency to fix illumos build ### 📊 Changes **1 file changed** (+23 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+23 -4) </details> ### 📄 Description The **whoami** crate did not have support for **illumos** systems in the current pinned version (1.3.0) so I bumped it with `cargo update -p whoami` to 1.5.1 and now everything builds and `cargo test` passes on my system: ``` $ cat /etc/os-release NAME="Helios" PRETTY_NAME="Oxide Helios 2" CPE_NAME="cpe:/o:oxide:helios:2:0" ID=helios VERSION=2 VERSION_ID=2 BUILD_ID=2.0.2023.06.21 HOME_URL="https://oxide.computer/helios/" SUPPORT_URL="https://oxide.computer/helios/" BUG_REPORT_URL="https://github.com/oxidecomputer/helios/issues/new" $ uname -a SunOS vulcan 5.11 helios-2.0.22694 i86pc i386 i86pc ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:10:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#1043
No description provided.