Merge pull request #2756 from vitorpamplona/claude/optimize-ci-fetch-speed-giRgg
Downgrade VLC version to 3.0.20 due to Maven artifact availability
This commit is contained in:
@@ -111,11 +111,14 @@ jobs:
|
|||||||
# populating the cache for the next run.
|
# populating the cache for the next run.
|
||||||
#
|
#
|
||||||
# Versions are pinned to match desktopApp/build.gradle.kts (vlcVersion
|
# Versions are pinned to match desktopApp/build.gradle.kts (vlcVersion
|
||||||
# = 3.0.21) and the vlc-setup extension default (upxVersion = 4.2.4).
|
# = 3.0.20) and the vlc-setup extension default (upxVersion = 4.2.4).
|
||||||
|
# NOTE: vlcVersion lags behind upstream VLC because the Linux plugins on
|
||||||
|
# Maven Central (ir.mahozad:vlc-plugins-linux) are only published for
|
||||||
|
# 3.0.20 / 3.0.20-2. Bump only after the Maven artifact is republished.
|
||||||
# macOS does not download UPX — UPX cannot compress .dylib files.
|
# macOS does not download UPX — UPX cannot compress .dylib files.
|
||||||
- name: Pre-fetch VLC + UPX archives
|
- name: Pre-fetch VLC + UPX archives
|
||||||
env:
|
env:
|
||||||
VLC_VERSION: "3.0.21"
|
VLC_VERSION: "3.0.20"
|
||||||
UPX_VERSION: "4.2.4"
|
UPX_VERSION: "4.2.4"
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|||||||
@@ -133,7 +133,10 @@ compose.desktop {
|
|||||||
}
|
}
|
||||||
|
|
||||||
vlcSetup {
|
vlcSetup {
|
||||||
vlcVersion.set("3.0.21")
|
// Pinned to 3.0.20 because the Linux VLC plugins on Maven Central
|
||||||
|
// (ir.mahozad:vlc-plugins-linux) have not been republished for 3.0.21 — the
|
||||||
|
// latest there is 3.0.20-2. Using 3.0.21 makes vlcDownload 404 on Linux CI.
|
||||||
|
vlcVersion.set("3.0.20")
|
||||||
shouldCompressVlcFiles.set(true)
|
shouldCompressVlcFiles.set(true)
|
||||||
shouldIncludeAllVlcFiles.set(true)
|
shouldIncludeAllVlcFiles.set(true)
|
||||||
pathToCopyVlcLinuxFilesTo.set(file("src/jvmMain/appResources/linux/vlc"))
|
pathToCopyVlcLinuxFilesTo.set(file("src/jvmMain/appResources/linux/vlc"))
|
||||||
|
|||||||
Reference in New Issue
Block a user