-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Broken symlinks under /vendor
.
#2778
Comments
We probably want to add something similar to this to |
fix: knative#2778 Change-Id: Id249c00fa8a506fbbd1d21956b8bfd62c12a9958
Thanks @jonjohnsonjr for the info! I sent PR #2842 . However when I actually executed |
fix: knative#2778 Change-Id: Id249c00fa8a506fbbd1d21956b8bfd62c12a9958
* remove broken symlinks when updating deps fix: #2778 Change-Id: Id249c00fa8a506fbbd1d21956b8bfd62c12a9958 * Remove invalid symlinks by running update-deps.sh * run update-codegen.sh as well run update-codegen.sh as well run update-codegen.sh as well run update-codegen.sh as well run update-codegen.sh as well run update-codegen.sh as well run update-codegen.sh as well run update-codegen.sh as well run update-codegen.sh as well * manually delete vendor/github.com/prometheus/procfs/fixtures/26231/exe ...it is a symlink to /usr/bin/vim ... * improve on deleting invalid symlinks * fix typo and minor improvement to make it work on mac/linux * take reviewer's approach for symlink cleanup * remove verbose logging msg * resolve reviewer's comments
Expected Behavior
No broken symlinks in the repository.
Actual Behavior
There are multiple broken symlinks in the repository. Examples:
Additional Info
I tried to use GCB to automatic build / release this repo, however noticed this issue and would like to know why.
The text was updated successfully, but these errors were encountered: