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

Do not byte compile when running tests on multiple versions #623

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

matsl
Copy link
Collaborator

@matsl matsl commented Dec 16, 2024

What

Do no byte compile when running multiple tests using docker.

Why

This speeds up running the tests.

Note

This is a quick fix. Making it customizable can be added later if we
feel it is needed.

I noticed when trying this that we get two test that fails. It has something to do with the way how ibuts for paths are created. The test expects an absolute path but we get a relative path instead. Only occurs in docker. Will look into that.

@matsl matsl requested a review from rswgnu December 16, 2024 23:03
@matsl matsl merged commit 2de6ac6 into master Dec 17, 2024
4 checks passed
@matsl matsl deleted the speed-up-docker-all-targets branch December 17, 2024 08:13
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