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

Remove FreeBSD 12 from CI. #517

Merged
merged 1 commit into from Jan 17, 2023
Merged

Conversation

sunfishcode
Copy link
Member

FreeBSD 12 has been failing in CI like this:

...
[5/5] Extracting curl-7.87.0: .......... done
curl https://sh.rustup.rs -sSf --output rustup.sh
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Exit status: 60

The FreeBSD 13 run still works, so switch to just testing on FreeBSD 13.

FreeBSD 12 has been failing in CI like this:

```
...
[5/5] Extracting curl-7.87.0: .......... done
curl https://sh.rustup.rs -sSf --output rustup.sh
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Exit status: 60
```

The FreeBSD 13 run still works, so switch to just testing on
FreeBSD 13.
@sunfishcode sunfishcode merged commit a5a090c into main Jan 17, 2023
@sunfishcode sunfishcode deleted the sunfishcode/remove-freebsd-12 branch January 17, 2023 17:52
sunfishcode added a commit that referenced this pull request Jan 17, 2023
FreeBSD 12 has been failing in CI like this:

```
...
[5/5] Extracting curl-7.87.0: .......... done
curl https://sh.rustup.rs -sSf --output rustup.sh
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Exit status: 60
```

The FreeBSD 13 run still works, so switch to just testing on
FreeBSD 13.
sunfishcode added a commit that referenced this pull request Jan 17, 2023
FreeBSD 12 has been failing in CI like this:

```
...
[5/5] Extracting curl-7.87.0: .......... done
curl https://sh.rustup.rs -sSf --output rustup.sh
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Exit status: 60
```

The FreeBSD 13 run still works, so switch to just testing on
FreeBSD 13.
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

1 participant