-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[libc][newheadergen]: PyYaml Version Update #100463
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
Conversation
@llvm/pr-subscribers-libc Author: None (aaryanshukla) ChangesFull diff: https://github.com/llvm/llvm-project/pull/100463.diff 1 Files Affected:
diff --git a/libc/docs/dev/header_generation.rst b/libc/docs/dev/header_generation.rst
index 89036f1277b96..3b0fe50a91774 100644
--- a/libc/docs/dev/header_generation.rst
+++ b/libc/docs/dev/header_generation.rst
@@ -23,6 +23,7 @@ Instructions
Required Versions:
- Python Version: 3.11.8
+ - PyYaml Version: 5.1
1. Keep full-build mode on when building, otherwise headers will not be
generated.
|
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!
libc/docs/dev/header_generation.rst
Outdated
@@ -23,6 +23,7 @@ Instructions | |||
|
|||
Required Versions: | |||
- Python Version: 3.11.8 | |||
- PyYaml Version: 5.1 |
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.
Actually, change this to PyYAML
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.
Any luck bringing down the Python version? Python 3.8 worked previously, so increasing that is a lot of the problems.
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.
we support 3.6 as min version now if that works.
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.
@petrhosek let me know if this is good for Fuchsia
Summary: - a lot of builds had an issue using new headergen because they do not have PyYaml installed. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250677
Uh oh!
There was an error while loading. Please reload this page.