Skip to content

Commit 674637d

Browse files
authored
Merge pull request #1558 from gsmet/enable-relocations
Enable relocations to prevent failure in tika-quickstart
2 parents d88ecbd + 951b211 commit 674637d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-pr-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
git clone https://github.com/quarkusio/quarkus.git
6767
cd quarkus
68-
./mvnw -T1C -e -B --settings .github/mvn-settings.xml clean install -Dquickly-ci
68+
./mvnw -T1C -e -B --settings .github/mvn-settings.xml clean install -Dquickly-ci -Prelocations
6969
- name: Build with Maven
7070
run: export LANG=en_US && ./mvnw -e -B -fae --settings .github/mvn-settings.xml clean install -Dstart-containers
7171
- name: Delete Local Artifacts From Cache

.github/workflows/daily-aarch64-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
7373
git clone https://github.com/quarkusio/quarkus.git
7474
cd quarkus
75-
./mvnw -T1C -e -B --settings .github/mvn-settings.xml clean install -Dquickly-ci
75+
./mvnw -T1C -e -B --settings .github/mvn-settings.xml clean install -Dquickly-ci -Prelocations
7676
7777
- name: Test Quickstarts in Native mode
7878
run: |

.github/workflows/native-build-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
7373
git clone https://github.com/quarkusio/quarkus.git
7474
cd quarkus
75-
./mvnw -T1C -e -B --settings .github/mvn-settings.xml clean install -Dquickly-ci
75+
./mvnw -T1C -e -B --settings .github/mvn-settings.xml clean install -Dquickly-ci -Prelocations
7676
7777
- name: Build Quickstarts with Native
7878
run: |

0 commit comments

Comments
 (0)