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

Add OpenBSD build for some CI #397

Open
kwkwan opened this issue Jan 8, 2019 · 7 comments
Open

Add OpenBSD build for some CI #397

kwkwan opened this issue Jan 8, 2019 · 7 comments

Comments

@kwkwan
Copy link

kwkwan commented Jan 8, 2019

Previously we had a Jenkins job to run OpenBSD builds but we need to migrate to some other provider (there doesn't seem to be a free CI service that supports OpenBSD). The Jenkins is being decommissioned.

Here's the original script:

(Master)

#!/bin/bash -x

whoami

. ci/env-openbsd.sh
./ci/before_install.sh
./ci/install.sh
./ci/main.sh

(Pull request)

#!/bin/bash -x

whoami

. ci/env-openbsd.sh
./ci/before_install.sh
./ci/install.sh
./ci/main.sh
@pablo-mendoza
Copy link
Contributor

@kwkwan I can work on this, but I don't think I ahve permissions to enable cirrus ci in the retrace repo? Either that or I don't know how to do it. Once it's enabled I can work on getting it to work.

@ronaldtse
Copy link
Contributor

@riataman I think Cirrus CI is already enabled for all our repos. Can you try adding the file here? Thanks!

@pablo-mendoza
Copy link
Contributor

Thanks, I added FreeBSD 11.2 builds. Need to figure out what's wrong with FreeBSD 12. Also no OpenBSD support in cirrus-ci.

@ronaldtse
Copy link
Contributor

This is excellent already. The rest will just take some time. Thank you @riataman !

@ligurio
Copy link

ligurio commented Jan 15, 2020

Also no OpenBSD support in cirrus-ci.

OpenBSD Support cirruslabs/cirrus-ci-docs#311

@ronaldtse
Copy link
Contributor

Thanks @ligurio for letting us know! We'll do this.

@ronaldtse
Copy link
Contributor

Actually, OpenBSD is not supported yet at Cirrus, so this ticket is still unactionable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants