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

Dependency cleanup fails when building with non-default branch stdlibs/deps #52824

Closed
LilithHafner opened this issue Jan 9, 2024 · 2 comments
Labels
domain:ci Continuous integration

Comments

@LilithHafner
Copy link
Member

https://buildkite.com/julialang/julia-master/builds/32023#018ceb18-ab52-44fe-8076-00994ce88ac4/2723-2724

This is a CI issue as well as something I've seen locally. I think it's new that it causes CI to fail to run tests.

@LilithHafner LilithHafner added kind:bug Indicates an unexpected problem or unintended behavior kind:regression Regression in behavior compared to a previous version domain:ci Continuous integration labels Jan 9, 2024
@giordano
Copy link
Contributor

giordano commented Jan 9, 2024

Am I missing something or you didn't refresh the checksums in #52821? For a dep use

make -f contrib/refresh_checksums.mk -j depname

For a stdlib use

git rm -r deps/checksums/stdlibname-*
make -C stdlib -j checksum-stdlibname

@LilithHafner LilithHafner removed kind:bug Indicates an unexpected problem or unintended behavior kind:regression Regression in behavior compared to a previous version labels Jan 9, 2024
@LilithHafner
Copy link
Member Author

Ah! The build process did that automatically for me, but I still needed to check in the updated deps/checksums/* files. Thank you.

@LilithHafner LilithHafner closed this as not planned Won't fix, can't repro, duplicate, stale Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:ci Continuous integration
Projects
None yet
Development

No branches or pull requests

2 participants