Skip to content

Commit 23d9765

Browse files
Merge branch 'main' into integration
2 parents 6202b6d + f563e95 commit 23d9765

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oxide-cli"
33
description = "CLI for the Oxide rack"
4-
version = "0.11.0+20250409.0.0"
4+
version = "0.11.1+20250409.0.0"
55
edition = "2021"
66
license = "MPL-2.0"
77
repository = "https://github.com/oxidecomputer/oxide.rs"

cli/docs/cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxide",
3-
"version": "0.11.0+20250409.0.0",
3+
"version": "0.11.1+20250409.0.0",
44
"about": "Control an Oxide environment",
55
"args": [
66
{

dist-workspace.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ci = "github"
1010
# The installers to generate for each app
1111
installers = []
1212
# Target platforms to build apps for (Rust target-triple syntax)
13-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
13+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
1414
# Which actions to run on pull requests
1515
pr-run-mode = "plan"
1616
# Install `perl-IPC-Cmd` on manylinux as required to build OpenSSL
@@ -21,3 +21,7 @@ global = "ubuntu-22.04"
2121

2222
[dist.github-custom-runners.x86_64-unknown-linux-gnu]
2323
runner = "ubuntu-22.04"
24+
container = { image = "quay.io/pypa/manylinux_2_28_x86_64", host = "x86_64-unknown-linux-musl" }
25+
26+
[dist.github-custom-runners.x86_64-unknown-linux-musl]
27+
runner = "ubuntu-22.04"

0 commit comments

Comments
 (0)