Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable FreeBSD CI #643

Merged
merged 2 commits into from Apr 29, 2023
Merged

Re-enable FreeBSD CI #643

merged 2 commits into from Apr 29, 2023

Conversation

taiki-e
Copy link
Contributor

@taiki-e taiki-e commented Apr 29, 2023

Reverts #600 and fixes FreeBSD CI failure.

curl is already installed in the FreeBSD image. So removing the installation of curl fixes the problem.

@sunfishcode
Copy link
Member

Thanks!

@sunfishcode sunfishcode merged commit a1f5eb2 into bytecodealliance:main Apr 29, 2023
52 checks passed
@taiki-e taiki-e deleted the freebsd-ci branch April 29, 2023 16:10
sunfishcode added a commit that referenced this pull request Jul 2, 2023
FreeBSD 12 was origally removed in #517 due to problems with `curl`,
however those were fixed by removing the `pkg install -y curl` in #643,
so we can now re-enable FreeBSD 12 testing.
sunfishcode added a commit that referenced this pull request Jul 2, 2023
FreeBSD 12 was origally removed in #517 due to problems with `curl`,
however those were fixed by removing the `pkg install -y curl` in #643,
so we can now re-enable FreeBSD 12 testing.
sunfishcode added a commit that referenced this pull request Jul 2, 2023
* Use `weakcall` for `eventfd` on FreeBSD.

`eventfd` was introduced in FreeBSD 13, so it isn't in FreeBSD 12. Use
`weakcall` to call it on FreeBSD so that we don't have a link-time
dependency on it.

Fixes #716.

* Re-introduce FreeBSD 12 in the Cirrus CI config.

FreeBSD 12 was origally removed in #517 due to problems with `curl`,
however those were fixed by removing the `pkg install -y curl` in #643,
so we can now re-enable FreeBSD 12 testing.

* Use `weakcall!` for `ptsname_r` on FreeBSD too.

FreeBSD 12 lacks `ptsname_r`.

* Relax a test to accept `NOSYS` from `eventfd` on FreeBSD.

* Relax some `procctl` tests on FreeBSD too.

* Fix the `openpty` tests for FreeBSD 12.
sunfishcode added a commit that referenced this pull request Jul 2, 2023
* Use `weakcall` for `eventfd` on FreeBSD.

`eventfd` was introduced in FreeBSD 13, so it isn't in FreeBSD 12. Use
`weakcall` to call it on FreeBSD so that we don't have a link-time
dependency on it.

Fixes #716.

* Re-introduce FreeBSD 12 in the Cirrus CI config.

FreeBSD 12 was origally removed in #517 due to problems with `curl`,
however those were fixed by removing the `pkg install -y curl` in #643,
so we can now re-enable FreeBSD 12 testing.

* Use `weakcall!` for `ptsname_r` on FreeBSD too.

FreeBSD 12 lacks `ptsname_r`.

* Relax a test to accept `NOSYS` from `eventfd` on FreeBSD.

* Relax some `procctl` tests on FreeBSD too.

* Fix the `openpty` tests for FreeBSD 12.
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.

None yet

2 participants