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

Remove cross from build tools #540

Merged
merged 1 commit into from
Jun 6, 2022

Conversation

markmandel
Copy link
Member

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking

/kind bug

/kind cleanup
/kind documentation
/kind feature
/kind hotfix

What this PR does / Why we need it:

By including a linker for windows and the corresponding toolchain, we can cross compile to Windows quite easily, and then we no longer need cross or Docker in Docker.

Which issue(s) this PR fixes:

(Hopefully) closes #530

Special notes for your reviewer:

@bombsimon if you get a chance to run this on WSL, I'd appreciate it!l

By including a linker for windows and the corresponding toolchain, we
can cross compile to Windows quite easily, and then we no longer
need cross or Docker in Docker.

(Hopefully) closes googleforgames#530
@markmandel markmandel added kind/bug Something isn't working area/build-tools Development tooling. labels Jun 4, 2022
@github-actions github-actions bot added the size/s label Jun 4, 2022
@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: 9d626f8e-8763-490f-8244-927e3e974132

To build this version:

git fetch [email protected]:googleforgames/quilkin.git pull/540/head:pr_540 && git checkout pr_540
cargo build

Copy link
Contributor

@bombsimon bombsimon left a comment

Choose a reason for hiding this comment

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

Thanks for looking into this!

Works fine building and running the built image on WSL!

@markmandel
Copy link
Member Author

Thanks for looking into this!

Works fine building and running the built image on WSL!

Awesome! I think it should also reduce CI and build times as well.

@markmandel markmandel merged commit 7c80a2e into googleforgames:main Jun 6, 2022
@markmandel markmandel deleted the feature/remove-cross branch June 6, 2022 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-tools Development tooling. kind/bug Something isn't working size/s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cant build with cross
3 participants