]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: install pefile with pip as well
authorAlyssa Ross <hi@alyssa.is>
Wed, 6 May 2026 15:36:26 +0000 (17:36 +0200)
committerAlyssa Ross <hi@alyssa.is>
Thu, 7 May 2026 07:43:56 +0000 (09:43 +0200)
Otherwise, ukify gets disabled, so its build wasn't being tested by this job.

.github/workflows/build-test.sh

index 506479a55845d6d24339f92c57ec9cbaa3bb08c2..d33229d42936d47e59d0a148009506ef21d6b911 100755 (executable)
@@ -156,8 +156,8 @@ if [ -n "$bpftool_dir" ]; then
 fi
 
 if [[ -n "$CUSTOM_PYTHON" ]]; then
-    # If CUSTOM_PYTHON is set we need to pull jinja2 from pip, as a local interpreter is used
-    pip3 install --user --break-system-packages jinja2
+    # If CUSTOM_PYTHON is set we need to pull dependencies from pip, as a local interpreter is used
+    pip3 install --user --break-system-packages jinja2 pefile
 fi
 
 $CC --version