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

Tune OpenBSD support #219

Merged
merged 4 commits into from
Mar 1, 2023
Merged

Tune OpenBSD support #219

merged 4 commits into from
Mar 1, 2023

Conversation

knightjoel
Copy link
Member

Issue #, if available:

N/A

Description of changes:

Tune OpenBSD support based on learnings from using crt-builder with downstream CRT projects.

  • Don't explicitly install python (python has to be installed before running builder so this was redundant at best and just slowed the build at wost)
  • Do install git
  • Make mention of OpenBSD in the README
  • Revert support for doas introduced in 88a4d05 (I've pivoted to a different GitHub action which includes sudo in its OpenBSD VM)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

If builder is running, then python is already installed; no need to
attempt to install it again or delay the build by installing just
another version of python.
The GitHub action I was originally using did not come with sudo
installed and relied on doas which comes in the base OpenBSD install.
I've now switched to a more robust action which includes sudo, among
other things.

This commit reverts support for doas in crt-builder, returning the code
to its much simpler pre-doas state.
@graebm graebm merged commit a1ac817 into awslabs:main Mar 1, 2023
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