Add a --disable-elftool configure option - #657
Merged
Merged
Conversation
dinosaure
approved these changes
Jul 22, 2026
This was referenced Jul 22, 2026
Contributor
|
thanks |
dinosaure
pushed a commit
to ocaml/opam-repository
that referenced
this pull request
Aug 12, 2026
- roundup the memory for the ringbuffer to have the unikernel memory page-aligned (Solo5/solo5#660 @dinosaure, fixes Solo5/solo5#659 by @pocopepe) - muen: update sinfo to 05, ABI version to 4 (Solo5/solo5#654 @reet-) - configure.sh: add "--disable-elftool" option (Solo5/solo5#657 @shym) - remove dead seccomp code (from hvt on linux) (Solo5/solo5#661 @pocopepe) - Makefile: install virtio support scripts only if virtio is enabled (Solo5/solo5#655 @shym) - docs: fix broken links in architecture.md (Solo5/solo5#662 @danila-permogorskii) - Makefile: set SUBDIRS appropriately and use it (Solo5/solo5#655 @shym) - configure.sh: remove dead code, TARGET_CC is always initialised earlier (Solo5/solo5#655 @shym) - configure.sh: fix parsing of `--prefix` when the path contains a '=' (Solo5/solo5#655 @shym) - configure.sh: replace "echo -n" with "printf" (Solo5/solo5#655 @shym) - CI: deduplicate runs (Solo5/solo5#655 @shym) - Remove travis.yml, remove build.sh and mentions of no-longer running surf build CI (Solo5/solo5#651 Solo5/solo5#663 @hannesm)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make it possible to build the project without the ELF tool. This is particularly interesting on non-ELF systems (read macOS) where the tool doesn’t compile.
Extracted from #656.