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

Fix CI and improve Docker build #23

Merged
merged 4 commits into from
May 6, 2024

Conversation

GhostofGoes
Copy link
Collaborator

@GhostofGoes GhostofGoes commented May 3, 2024

This is working locally and CI. All good to merge.

Changes

  • Fix docker build
  • CMake build in parallel. This substantially speeds up build if system has multiple cores, e.g. when building locally.
  • Enable customization of base image and pip index
  • Disable caching of pip packages
  • Better apt cleanup
  • Remove --trusted-host args from pip installs (unsafe and not needed)

- Cmake build parallel. This substantially speeds up build if system has multiple cores, e.g. when building locally.
- Enable customization of base image and pip index
- Disable caching of pip packages
- Better apt cleanup
- Remove --trusted-host args from pip installs (unsafe and not needed)
@GhostofGoes GhostofGoes self-assigned this May 3, 2024
@GhostofGoes GhostofGoes marked this pull request as ready for review May 3, 2024 20:52
@GhostofGoes GhostofGoes merged commit 0d13eaf into sandialabs:main May 6, 2024
1 check passed
@GhostofGoes GhostofGoes deleted the fix-ci-improve-docker branch May 6, 2024 17:10
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.

2 participants