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

Docker support for 1:1 environment CI vs local #34

Open
2 tasks
neatudarius opened this issue Jul 17, 2024 · 1 comment
Open
2 tasks

Docker support for 1:1 environment CI vs local #34

neatudarius opened this issue Jul 17, 2024 · 1 comment

Comments

@neatudarius
Copy link
Member

neatudarius commented Jul 17, 2024

Docker file for 1:1 environment CI vs local. Note: Docker environment will be optional. We will still be able to run directly on local host machine, but we need a determinist setup to test with the same env that we on CI (for special cases - check clang 18 failure in #29 ).

  • Create Docker file which is identical to image that we exactly use on CI (e.g. , pull ubuntu-24.04 from Git Actions, run our scripts to install toolchains).
  • Add scripts to avoid duplication of comamnds in CI YMLs vs local flows.
@steve-downey
Copy link
Member

The Makefile has most of the build scripting already.

We may want to explore using docker layers for the different LLVM versions. However, I'm pretty sure the full matrix might then consume all the disk on the SSD on my work laptop.

However, installing multiple compilers can leave some libraries shared between them.

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

2 participants