Skip to content

Fix Solaris CI - #216

Merged
newpavlov merged 1 commit into
masterfrom
ci
May 14, 2021
Merged

Fix Solaris CI#216
newpavlov merged 1 commit into
masterfrom
ci

Conversation

@josephlr

@josephlrjosephlr commented May 13, 2021

Copy link
Copy Markdown
Member

The new target is called x86_64-pc-solaris, but cross doesn't support that yet, so just use sparcv9-sun-solaris.

See the following issues for more info:

Signed-off-by: Joe Richey joerichey@google.com

@josephlr
josephlr requested a review from newpavlovMay 13, 2021 04:45
@josephlr
josephlrforce-pushed the ci branch 2 times, most recently from ef2e61a to ff72837CompareMay 13, 2021 05:06
The new target is called `x86_64-pc-solaris`, but `cross` doesn't
support that yet, so just use `sparcv9-sun-solaris`.
See the following issues for more info:
rust-lang/rust#85098rust-lang/rust#82216
Signed-off-by: Joe Richey <joerichey@google.com>
@newpavlov
newpavlov merged commit 922d1de into masterMay 14, 2021
@josephlr
josephlr deleted the ci branch May 14, 2021 10:00
josephlr added a commit that referenced this pull request Oct 22, 2022
Fixes#216 This also adds two minor CI improvements:
- Do a full link on `freebsd`
- Build, Link, but don't run on `illumos`
- Use the stable toolchain for our Tier 2 Build-only targets
- Build (via `build-std`) for Tier 3 targets: `openbsd`, `dragonfly`, `haiku`
Signed-off-by: Joe Richey <joerichey@google.com>
takumi-earth pushed a commit to earthlings-dev/getrandom that referenced this pull request Jan 27, 2026
The new target is called `x86_64-pc-solaris`, but `cross` doesn't
support that yet, so just use `sparcv9-sun-solaris`.
See the following issues for more info:
rust-lang/rust#85098rust-lang/rust#82216
Signed-off-by: Joe Richey <joerichey@google.com>
takumi-earth pushed a commit to earthlings-dev/getrandom that referenced this pull request Jan 27, 2026
Fixesrust-random#216 This also adds two minor CI improvements:
- Do a full link on `freebsd`
- Build, Link, but don't run on `illumos`
- Use the stable toolchain for our Tier 2 Build-only targets
- Build (via `build-std`) for Tier 3 targets: `openbsd`, `dragonfly`, `haiku`
Signed-off-by: Joe Richey <joerichey@google.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@josephlr@newpavlov