Skip to content
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

Initial Devcontainer Setup #48

Closed
wants to merge 5 commits into from
Closed

Conversation

sebasptsch
Copy link

@sebasptsch sebasptsch commented Aug 12, 2024

Due to the nature of devcontainers vsocde will handle the cloning of the repository whilst the dockerfile will provide the surrounding environment.

Whilst this configuration works it isn't setup in the recomended way for devcontainers.

The Dockerfile clones the git repo for LLVM and Teaching-Software-Analysis. Additionally, devcontainers clone the Teaching-Software-Analysis to a custom path that's mapped to the file system /workspaces/Teaching-Software-Analysis. As a result the build is run again as a postCreateCommand.

I've added additional build artefacts to the .gitignore file.

fixes #47

@sebasptsch
Copy link
Author

Should be good to go.

@sebasptsch sebasptsch closed this Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Devcontainer Setup Option
1 participant