Skip to content

ci: install patchelf in the sciter run-on-arch build#1

Merged
fxd0h merged 1 commit into
masterfrom
ci/sciter-patchelf
Jun 28, 2026
Merged

ci: install patchelf in the sciter run-on-arch build#1
fxd0h merged 1 commit into
masterfrom
ci/sciter-patchelf

Conversation

@fxd0h

@fxd0h fxd0h commented Jun 28, 2026

Copy link
Copy Markdown
Owner

Fixes the nightly Linux sciter builds (x86_64 + armv7) which were failing with patchelf: not found.

The run-on-arch base image no longer ships patchelf preinstalled, and build.py uses it to set the rpath when packaging the .deb. patchelf was already added to the flutter run-on-arch install block but missed on the sciter one. This adds it there too.

Workflow-only change. Fork-local: our flutter-build.yml is already diverged (the DRM build deps), so this completes a partial fix on our side. Not an upstream issue in its current form (upstream's nightly fails elsewhere).

The run-on-arch base image no longer ships patchelf, and build.py needs it to
set the rpath when packaging the .deb. patchelf was already added to the flutter
run-on-arch install block but missed on the sciter one, so the nightly sciter
builds (x86_64 + armv7) failed with "patchelf: not found". Add it there too.
@fxd0h fxd0h merged commit f424261 into master Jun 28, 2026
5 of 6 checks passed
@fxd0h fxd0h deleted the ci/sciter-patchelf branch June 28, 2026 05:15
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.

1 participant