File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments