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

Stale libraries can cause the build to fail. #7509

Closed
mstewartgallus opened this issue Jun 30, 2013 · 1 comment
Closed

Stale libraries can cause the build to fail. #7509

mstewartgallus opened this issue Jun 30, 2013 · 1 comment

Comments

@mstewartgallus
Copy link
Contributor

The following procedure should work:

cd build/rust
make uninstall
cd ../../src/rust
git pull
cd ../../build/rust
make
make install

However, in some cases this procedure does not work because stale libraries from older builds aren't removed, and an error arises stating that there are multiple possible builds.

@catamorphism
Copy link
Contributor

Dup of #3225

flip1995 pushed a commit to flip1995/rust that referenced this issue Aug 12, 2021
Updated config value name in change log for 1.54

Hey, I've noticed that the change log for 1.54 references the avoid_breaking_exported_api configuration with its Rust name, not the name it actually has in the config file. This should fix it for everyone, as the blog post references our change log on the master branch. Just a very small PR xD

changelog: none

(This is the change log xD)

r? `@flip1995`
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