Skip to content

Commit 7e5586b

Browse files
committed
update build actions to new targets
1 parent 55a316a commit 7e5586b

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed

.github/workflows/release-eclipse-distro-build.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,33 @@ on:
1414

1515
jobs:
1616

17-
e434-distro:
17+
e435-distro:
1818
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
1919
with:
20-
eclipse_profile: 'e434'
20+
eclipse_profile: 'e435'
2121
build_type: 'release'
2222
p2-qualifier: 'RELEASE'
2323
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
2424
java_version: '21'
2525
secrets: inherit
2626

27-
e435-distro:
27+
e436-distro:
2828
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
2929
with:
30-
eclipse_profile: 'e435'
30+
eclipse_profile: 'e436'
3131
build_type: 'release'
3232
p2-qualifier: 'RELEASE'
3333
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
3434
java_version: '21'
3535
secrets: inherit
3636

37-
e436-distro:
37+
e437-distro:
3838
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
3939
with:
40-
eclipse_profile: 'e436'
40+
eclipse_profile: 'e437'
4141
build_type: 'release'
4242
p2-qualifier: 'RELEASE'
4343
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
4444
java_version: '21'
4545
secrets: inherit
46+

.github/workflows/release-eclipse-ls-extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
eclipse-ls-extension:
1818
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
1919
with:
20-
eclipse_profile: 'e434'
20+
eclipse_profile: 'e435'
2121
build_type: 'release'
2222
skip_tests: true
2323
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}

.github/workflows/snapshot-all.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,34 @@ jobs:
2323
needs: [ language-servers-multiplatform-build ]
2424
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
2525
with:
26-
eclipse_profile: 'e434'
26+
eclipse_profile: 'e435'
2727
build_type: 'snapshot'
2828
skip_tests: true
2929
secrets: inherit
3030

31-
e434-distro:
31+
e435-distro:
3232
needs: [ eclipse-ls-extensions ]
3333
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
3434
with:
35-
eclipse_profile: 'e434'
35+
eclipse_profile: 'e435'
3636
build_type: 'snapshot'
3737
java_version: '21'
3838
secrets: inherit
3939

40-
e435-distro:
40+
e436-distro:
4141
needs: [ eclipse-ls-extensions ]
4242
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
4343
with:
44-
eclipse_profile: 'e435'
44+
eclipse_profile: 'e436'
4545
build_type: 'snapshot'
4646
java_version: '21'
4747
secrets: inherit
4848

49-
e436-distro:
49+
e437-distro:
5050
needs: [ eclipse-ls-extensions ]
5151
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
5252
with:
53-
eclipse_profile: 'e436'
53+
eclipse_profile: 'e437'
5454
build_type: 'snapshot'
5555
java_version: '21'
5656
secrets: inherit

eclipse-distribution/local-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./mvnw clean package -Pe435 -Psnapshot -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dorg.eclipse.equinox.p2.transport.ecf.retry=5
1+
./mvnw clean package -Pe436 -Psnapshot -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dorg.eclipse.equinox.p2.transport.ecf.retry=5

eclipse-language-servers/local-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ cd ../headless-services
55
./mvnw clean install -Dmaven.test.skip=true
66

77
cd $workdir
8-
./mvnw -Psnapshot -Pe435 clean install -Dmaven.test.skip=true
8+
./mvnw -Psnapshot -Pe436 clean install -Dmaven.test.skip=true

0 commit comments

Comments
 (0)