Skip to content

Are Soar Packages self bootstrapable? #147

Answered by Azathothas
Kreijstal asked this question in Q&A
Discussion options

You must be logged in to vote

It depends on each package.
For simple ones, where we simply fetch a prebuilt from upstream, we only need curl + jq, which are easy since we have build_util as part of the spec
Some examples of this include:

But anything that requires more dependencies (other than simple statically linked tools), we just use docker to do it.
Almost all of our static binaries have this note:

note:
  - "[DO NOT RUN] (Meant for pkgforge CI Only)"

We were going to add sbuild utilities into soar itself, but decided to po…

Replies: 2 comments

This comment has been hidden.

Comment options

You must be logged in to vote
0 replies
Answer selected by Azathothas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants