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

Migrate gcc and byollvm workflows to new Dockerfile. #18356

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

ScottTodd
Copy link
Member

@ScottTodd ScottTodd commented Aug 26, 2024

Progress on #15332. This uses a new cpubuilder_ubuntu_jammy_x86_64 dockerfile from iree-org/base-docker-images#4. Once all the workflows are changed, we can delete https://github.com/iree-org/iree/tree/main/build_tools/docker.

Logs:

skip-ci: does not affect other builds

@ScottTodd ScottTodd added the infrastructure Relating to build systems, CI, or testing label Aug 26, 2024
ScottTodd added a commit to iree-org/base-docker-images that referenced this pull request Aug 26, 2024
This should help get the byo_llvm and gcc builds working:
iree-org/iree#18356 .

Also grouped the installed packages a bit.

Tested with

```bash
# Host
sudo docker buildx build --file dockerfiles/cpubuilder_ubuntu_jammy_x86_64.dockerfile . --tag scotttodd/cpubuilder:latest
sudo docker run --rm --mount type=bind,source="/home/nod/dev/projects/iree",target=/iree -it --entrypoint bash scotttodd/cpubuilder:latest

# Docker
cd iree
./build_tools/cmake/build_and_test_byo_llvm.sh
```
@ScottTodd ScottTodd marked this pull request as ready for review August 27, 2024 16:11
@ScottTodd ScottTodd requested a review from marbre August 27, 2024 16:11
@ScottTodd ScottTodd merged commit 168d0a7 into iree-org:main Aug 27, 2024
25 checks passed
@ScottTodd ScottTodd deleted the infra-docker-base-1 branch August 27, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Relating to build systems, CI, or testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants