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

Truncate size of Docker images, stop storing temporary compile-time files #5

Open
oleg-nenashev opened this issue Mar 11, 2018 · 3 comments

Comments

@oleg-nenashev
Copy link
Member

Images are extremely big, especially librecores-ci-riscv.
We need to cleanup them a bit

@codelec
Copy link

codelec commented Mar 12, 2018

I am not sure what the current aims are with the riscv image but if riscv-gnu-toolchain is there just for compiling binaries and not testing riscv-gnu-toolchain itself then these prebuilt toolchain could be used
https://www.sifive.com/products/tools/
@wallento any comments
please also add this to Dockerfile

ENV PATH = "/opt/riscv/bin:${PATH}"

@wallento
Copy link
Contributor

Hi,

I think this part should be the target of more consolidation:

  • We should have one OSS container with pre-built snapshots

  • It is worth considering the tools-based flow for those.

Overall, reminds me to write up a summary of all options and work-in-progress.

Cheers,
Stefan

@wallento
Copy link
Contributor

Hi, the images here are getting replaced.

This one is the proper replacement: https://github.com/lccidocker/osstools

ETA: Later today

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

No branches or pull requests

3 participants