-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update the webkit commit #34
base: webkit
Are you sure you want to change the base?
Conversation
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.
Could you please add a description, so that it is clear why we are making this change?
.github/workflows/ci.yml
Outdated
- run: mkdir build | ||
- run: Expand-Archive -Force WebKitRequirementsWin64.zip build/WebKitLibraries | ||
- run: ls build/WebKitLibraries | ||
- run: mkdir build2 |
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.
Can we use a better name than build2
? Something that better explains how this is different from just build
?
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.
This is addressed by 82866d3
Will rebase and use this PR to update the webkit commit and vendor pull.
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.
Keep in mind that we shouldn't merge this at all. These GitHub Actions changes are just for experimenting with WebKit builds. We should then integrate everything purely into CMake
888c312
to
c679e97
Compare
Webkit made a change that would help JSCOnly port on windows recently.
Ref: WebKit/WebKit#22908 (comment)