Skip to content

Convert the FreeBSD tests to Github Workflows#651

Open
asomers wants to merge 1 commit intorust-lang:masterfrom
asomers:github-workflows
Open

Convert the FreeBSD tests to Github Workflows#651
asomers wants to merge 1 commit intorust-lang:masterfrom
asomers:github-workflows

Conversation

@asomers
Copy link
Copy Markdown
Contributor

@asomers asomers commented Apr 16, 2026

Because Cirrus Labs is shutting down soon.

Fixes #649

Because Cirrus Labs is shutting down soon.

Fixes rust-lang#649
Comment on lines +182 to +183
. $HOME/.cargo/env
rustup target add ${{ matrix.target }}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
. $HOME/.cargo/env
rustup target add ${{ matrix.target }}
# i686-unknown-freebsd runs on x86_64 using 32-bit compatibility, so the target must be added explicitly.
if [ "${{ matrix.target }}" = "i686-unknown-freebsd" ]; then
. $HOME/.cargo/env
rustup target add i686-unknown-freebsd
fi

Sign up for free to 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.

Switch away from Cirrus CI

2 participants