FreeBSD CI! #80
mobin-2008
started this conversation in
Ideas
Replies: 2 comments 8 replies
-
Thats fixed with env variable: |
Beta Was this translation helpful? Give feedback.
0 replies
-
We have a problem!
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
During this time, I was working on the CI of the Dinit project. Currently the major weakness of CI is the lack of infrastructure to test Dinit on a BSD. I was trying to run FreeBSD on Github CI with virtualization and it failed. Github CI blocks any virtualization.
I noticed a project called Cirrus-CI. This project provides a FreeBSD infrastructure for CI and also allows projects published publicly on Github to use this service for free.
I am working on it now (on https://github.com/mobin-2008/dinit). A question has occupied my mind:
I unfortunately couldn't find a way to use the FreeBSD package manager (
pkg
) in the script. I mean,apt-get
with the-y
switch allows no need to manually confirm the operation. I did not find similar functionality inpkg
.Beta Was this translation helpful? Give feedback.
All reactions