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

Starting to switch to apt based builds #4

Merged
merged 0 commits into from
Dec 13, 2023
Merged

Conversation

davidbeckingsale
Copy link
Member

No description provided.

ENV SPACK_ENV=/opt/env

RUN ./scripts/ubuntu/setup.sh && \
./scripts/install-cmake-binary.sh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
./scripts/install-cmake-binary.sh
./scripts/install-cmake-binary.sh

&& sudo apt-get clean

USER radiuss
WORKDIR /home/radiuss
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
WORKDIR /home/radiuss
WORKDIR /home/radiuss

The world may implode if the newline isnt there...

Comment on lines 18 to 19
- "15"
- "16"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do these versions work without adding the the test apt repository?

https://github.com/LLNL/axom-docker/blob/main/ubuntu-22/base/generic-setup.sh#L27-L28

Also I think the exclude lines above are not right. I specifically need 14 for sure.

@davidbeckingsale davidbeckingsale merged commit 2548ea2 into main Dec 13, 2023
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