-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support all architectures of FreeBSD #1
Conversation
While I doubt this supports all places FreeBSD runs, this replicates a commit done in the upstream package that makes this usable on 32bit FreeBSD Signed-off-by: R.I.Pienaar <[email protected]>
/cc @smortex |
@ripienaar Thanks! As far as I can see, this repository and the upstream one only differ by a branch Maybe it's worth pulling all the commits from upstream if this work is still in progress, otherwise relying on the upstream repository directly instead of this one may make more sense? What is the status of this fork @aelsabbahy? |
This dependency is being dropped in the next major release, so I am trying to do the least - with the least risk - to get you unblocked @smortex |
In the v4 branch the dependency is gone goss-org/goss#597 |
Ok! Then for me the easiest is to mark the FreeBSD port of choria as Thanks! |
We could get the next choria release - which wold be before next goss major release - to have this fix, you can use mod replace feature in the mean time once this is merged to get your somewhere @smortex |
Had to dig into this a bit to remember the history behind it. So, goss is actually pulling the dependency from the I submitted a PR a long time ago to upstream mitchellh#23 but it looks like it never got any attention, so I've just been using the forked/branch this whole time. For reference, here's the goss bug that triggered all this: goss-org/goss#267 Maybe the proper fix is to create a Or I can just rebase the unix_race_condition branch on the latest upstream master? |
I can do my PR against that branch which is probably least effort. Will do in the morning unless you really feel like merging in upstream changes |
Created a Feel free to submit the PR against the new branch. |
PR updated to |
Looks good, thanks! |
Update process fetcher to support SELinux-enabled systems.
While I doubt this supports all places FreeBSD runs, this replicates
a commit done in the upstream package that makes this usable on 32bit
FreeBSD
Signed-off-by: R.I.Pienaar [email protected]