Skip to content

Commit

Permalink
GitHub-CI (mingw): Enable relocate-all on MinGW.
Browse files Browse the repository at this point in the history
* .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.
  • Loading branch information
mmuetzel committed Oct 28, 2024
1 parent 60d7c9f commit 3498122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make-mingw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ jobs:
mkdir .build
cd .build && ../configure \
JAVA_HOME="" \
--enable-relocate-all \
--disable-docs \
${{ matrix.extra-config-flags }}
Expand Down

0 comments on commit 3498122

Please sign in to comment.