-
Notifications
You must be signed in to change notification settings - Fork 2.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
infra/presubmit: Use apt-get update before installing #12008
Conversation
maflcko is a new contributor to projects/xz-java. The PR must be approved by known contributors before it can be merged. The past contributors are: thesamesam, JiaT75, onionpsy |
This is ready for review :) |
infra/presubmit.py
Outdated
if os.path.basename(os.path.dirname(os.path.dirname(path))) != 'projects': | ||
return True | ||
|
||
if os.path.basename(path) != "Dockerfile": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: single quotes.
thanks for doing this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Otherwise, this may lead to issues such as #11943 (comment)
Also, fix the broken
.zip
test.