Skip to content

ci: Use lock file to build deqp-runner

Antonio Caggiano requested to merge Fahien/mesa:fix-deqp-runner into master

Deqp-runner fails to build as junit-report 0.4.1 uses unstable features. Here we build it with the --locked option, which uses the junit-report version specified in Cargo.lock.

Merge request reports