mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-05 15:41:23 +03:00
drm: bump the pinned libdrmtap to v0.4.14
Point the DRM capture build at the libdrmtap v0.4.14 release commit (816766dedaba3140c613712ce97aa2614e8899e7) instead of v0.4.13, in build.py and the flutter-build workflow, and correct the scrap Cargo.toml note to describe the actual DRMTAP_SHA anchor. 0.4.14 keeps the same public API, so the dlopen consumer needs no change.
This commit is contained in:
2
.github/workflows/flutter-build.yml
vendored
2
.github/workflows/flutter-build.yml
vendored
@@ -1726,7 +1726,7 @@ jobs:
|
||||
export DRMTAP_REPO="https://github.com/rustdesk-org/libdrmtap"
|
||||
export DRMTAP_REF="main"
|
||||
# Literal (not overridable by an inherited env var) so the ref/commit pair is immutable in CI.
|
||||
export DRMTAP_SHA="c9cf0938f3b10a3d4a9eeb9c6f97aaa1606c6b4a"
|
||||
export DRMTAP_SHA="816766dedaba3140c613712ce97aa2614e8899e7"
|
||||
# Guard: accept only an exact vX.Y.Z tag OR the literal `main`, so a random/loose branch
|
||||
# is still rejected; the DRMTAP_SHA check below is the real anchor (it fails the build if
|
||||
# `main` -- or a tag -- resolves to anything other than the pinned immutable commit).
|
||||
|
||||
Reference in New Issue
Block a user