From 34981229803db3335bbfb24d095d789ed516a361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BCtzel?= Date: Mon, 28 Oct 2024 17:36:28 +0100 Subject: [PATCH] GitHub-CI (mingw): Enable relocate-all on MinGW. * .github/workflows/make-mingw.yaml (configure): Octave is installed with non-empty DESTDIR in the "install" step. Enable relocate-all so all paths are correctly relocated in subsequent steps. --- .github/workflows/make-mingw.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/make-mingw.yaml b/.github/workflows/make-mingw.yaml index 0929d06e9d..1794b84495 100644 --- a/.github/workflows/make-mingw.yaml +++ b/.github/workflows/make-mingw.yaml @@ -173,6 +173,7 @@ jobs: mkdir .build cd .build && ../configure \ JAVA_HOME="" \ + --enable-relocate-all \ --disable-docs \ ${{ matrix.extra-config-flags }}