Adding in first run at the docker files#156
Open
badgerj wants to merge 1 commit intoToyKeeper:trunkfrom
Open
Conversation
This should allow anyone who is capable of running docker on Linux, macOS, or Windows with WSL2 to effectively compile on Ubuntu 24.04 without tainting their own personal machine with build tools. Scripts to facilitate building of the containers and running them will be added in a separate PR. Added one small fix to the .gitignore file for macOS users as a drive by. Edited the top level README.md to point to the docker instructions for those who wish to use this. It has been tested on macOS.
Author
|
As promised, Dockerfiles with complete instructions are now here. @ToyKeeper - When you have time, please review. I will make any changes to suit your needs. I don't know who else has approval rights here. |
Contributor
|
FYI There are already some docker environments for building Anduril, such as https://github.com/SammysHP/anduril-buildenv-docker/tree/new-build-system https://github.com/SiteRelEnby/anduril-buildenv-docker They were specifically optimized for FSM because some compiler and library versions compile better code for this project. |
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.
This should allow anyone who is capable of running docker on Linux, macOS, or Windows with WSL2 to effectively compile on Ubuntu 24.04 without tainting their own personal machine with build tools.
Scripts to facilitate building of the containers and running them will be added in a separate PR.
Added one small fix to the .gitignore file for macOS users as a drive by.
Edited the top level README.md to point to the docker instructions for those who wish to use this.
It has been tested on macOS.