Skip to content

Commit c57f149

Browse files
committed
Revert "[Build|GH] Add quick-fix to avoid need for EF-infrastrucutre"
This reverts commit 420686a added in - #2997
1 parent 8a1974e commit c57f149

File tree

4 files changed

+0
-56
lines changed

4 files changed

+0
-56
lines changed

.github/actions/install-maven-parent-action/action.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/checkVersions.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,12 @@ on:
2626
type: string
2727
required: false
2828
default: '.'
29-
without-EF-infra:
30-
description: 'Whether to run this build without the need for EF-infrastructure (which is currently unavailable).'
31-
type: boolean
32-
required: false
33-
default: true
3429

3530
permissions: {} # all none
3631

3732
env:
3833
MAVEN_ARGS: >-
3934
--batch-mode --no-transfer-progress
40-
${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}
4135
4236
jobs:
4337
versions-check-and-increment:
@@ -61,10 +55,6 @@ jobs:
6155
with:
6256
maven-version: 3.9.9
6357

64-
- name: Install Maven parent locally
65-
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/actions/install-maven-parent-action@master
66-
if : inputs.without-EF-infra
67-
6858
- name: Additional setup
6959
if: inputs.extra-setup-command
7060
run: |

.github/workflows/codeQLworkflow.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,10 @@ on:
2020
type: string
2121
required: false
2222
default: '3.9.9'
23-
without-EF-infra:
24-
description: 'Whether to run this build without the need for EF-infrastructure (which is currently unavailable).'
25-
type: boolean
26-
required: false
27-
default: true
2823

2924
env:
3025
MAVEN_ARGS: >-
3126
--batch-mode --no-transfer-progress
32-
${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}
3327
3428
jobs:
3529
analyze:
@@ -88,10 +82,6 @@ jobs:
8882
with:
8983
maven-version: ${{ inputs.mavenVersion }}
9084

91-
- name: Install Maven parent locally
92-
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/actions/install-maven-parent-action@master
93-
if : inputs.without-EF-infra
94-
9585
- name: Build with Maven
9686
run: >-
9787
${{ runner.os == 'Linux' && 'xvfb-run' || '' }}

.github/workflows/mavenBuild.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,12 @@ on:
2020
type: string
2121
required: false
2222
default: '3.9.9'
23-
without-EF-infra:
24-
description: 'Whether to run this build without the need for EF-infrastructure (which is currently unavailable).'
25-
type: boolean
26-
required: false
27-
default: true
2823

2924
permissions: {}
3025

3126
env:
3227
MAVEN_ARGS: >-
3328
--batch-mode --no-transfer-progress
34-
${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}
3529
3630
jobs:
3731
event_file:
@@ -83,10 +77,6 @@ jobs:
8377
with:
8478
maven-version: ${{ inputs.mavenVersion }}
8579

86-
- name: Install Maven parent locally
87-
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/actions/install-maven-parent-action@master
88-
if : inputs.without-EF-infra
89-
9080
- name: Build with Maven
9181
run: >-
9282
${{ runner.os == 'Linux' && 'xvfb-run' || '' }}

0 commit comments

Comments
 (0)