You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newer image of Server 2022 contains an updated version of the WDK (version 26100.0). I can either build my project to target the older WDK version or the newer one, not both. Having runners randomly select a WDK version makes it impossible to build reliably.
Description
The newer image of Server 2022 contains an updated version of the WDK (version 26100.0). I can either build my project to target the older WDK version or the newer one, not both. Having runners randomly select a WDK version makes it impossible to build reliably.
Platforms affected
Runner images affected
Image version and build link
Working:
https://github.com/actions/runner-images/releases/tag/win22%2F20241021.1
Failing:
https://github.com/actions/runner-images/releases/tag/win22%2F20241113.3
Is it regression?
Yes - Works on 20241021.1.0, fails on 20241113.3.0
Expected behavior
Builds should consistently use either 26100 or 22621 of the WDK, not toggle between them
Actual behavior
Builds randomly pick one version or the other.
Repro steps
Have driver that targets 22621 of the WDK.
Build
Sometime succeeds and sometimes fails.
The text was updated successfully, but these errors were encountered: