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

Test EGL and build_dlls #70

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Test EGL and build_dlls #70

merged 1 commit into from
Oct 16, 2023

Conversation

sagudev
Copy link
Member

@sagudev sagudev commented Oct 15, 2023

Currently we tested only for build_dlls (that contains EGL, but it's better to test all configurations)

@@ -23,5 +23,5 @@ gl_generator = { version = "0.14", optional = true }
walkdir = "2"

[features]
egl = ["gl_generator"] # Only does anything on Windows
build_dlls = ["egl", "gl_generator"]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is because because no build_dlls code directly depends on gl_generator and it gets included anyway because build_dlls depends on egl.

@jdm jdm enabled auto-merge October 15, 2023 22:05
@sagudev sagudev force-pushed the more-ci branch 2 times, most recently from 7a9c1bd to 37295f2 Compare October 16, 2023 08:17
test_egl_dll_linkage needs build_dlls
@sagudev
Copy link
Member Author

sagudev commented Oct 16, 2023

It seems that mq wants build (windows-latest) run that doesn't exist anymore as it was split into two checks (with different names).

cc @mrobinson

@mrobinson
Copy link
Member

It seems that mq wants build (windows-latest) run that doesn't exist anymore as it was split into two checks (with different names).

This should be fixed now.

@jdm jdm added this pull request to the merge queue Oct 16, 2023
Merged via the queue into servo:master with commit 676cfc1 Oct 16, 2023
7 checks passed
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

Successfully merging this pull request may close these issues.

3 participants