Skip to content

Commit 365f3f3

Browse files
psumberatgross35
authored andcommitted
Fixes Solaris CI after solaris-vm was updated to Solaris 11.4.81 CBE
It also specifies exact solaris-vm version to avoid future disruptions. (cherry picked from commit d450f9c) (backport <#4462>)
1 parent 4759d68 commit 365f3f3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
steps:
233233
- uses: actions/checkout@v4
234234
- name: test on Solaris
235-
uses: vmactions/solaris-vm@v1
235+
uses: vmactions/solaris-vm@v1.1.3
236236
with:
237237
release: "11.4-gcc"
238238
usesh: true

src/unix/solarish/x86_64.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ s_no_extra_traits! {
9191
#[cfg(target_os = "solaris")]
9292
pub uc_xrs: solaris::xrs_t,
9393
#[cfg(target_os = "solaris")]
94-
pub uc_filler: [c_long; 3],
94+
pub uc_lwpid: c_uint,
95+
#[cfg(target_os = "solaris")]
96+
pub uc_filler: [c_long; 2],
9597
}
9698
}
9799

0 commit comments

Comments
 (0)