Skip to content

Commit 68ea5b5

Browse files
committed
build ls extensions on e4.37, no e4.36 anymore
1 parent 1649ff4 commit 68ea5b5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ jobs:
108108
urls: ${{ steps.compute-invalid-urls.outputs.invalid_urls }}
109109
cloudflare_zone_id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
110110
cloudflare_cache_token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
111-
- name: Verify Eclipse LS Extensions on e436
112-
if: ${{ inputs.build_type == 'snapshot' }}
113-
run: |
114-
cd eclipse-language-servers
115-
if command -v xvfb-run ; then
116-
xvfb-run ./mvnw --batch-mode clean package -Pe436 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
117-
else
118-
./mvnw --batch-mode clean package -Pe436 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
119-
fi
111+
# - name: Verify Eclipse LS Extensions on e436
112+
# if: ${{ inputs.build_type == 'snapshot' }}
113+
# run: |
114+
# cd eclipse-language-servers
115+
# if command -v xvfb-run ; then
116+
# xvfb-run ./mvnw --batch-mode clean package -Pe436 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
117+
# else
118+
# ./mvnw --batch-mode clean package -Pe436 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
119+
# fi
120120
- name: GChat spring-tools-team notification
121121
if: ${{ inputs.build_type == 'release' }}
122122
run: |

.github/workflows/snapshot-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
needs: [ language-servers-multiplatform-build ]
2525
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
2626
with:
27-
eclipse_profile: 'e436'
27+
eclipse_profile: 'e437'
2828
build_type: 'snapshot'
2929
skip_tests: true
3030
secrets: inherit

0 commit comments

Comments
 (0)