Skip to content

Commit 822ab7a

Browse files
authored
Merge branch 'eclipse-platform:master' into master
2 parents 945b49d + f92ce76 commit 822ab7a

174 files changed

Lines changed: 2127 additions & 1904 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
if: ${{ matrix.config.native == 'gtk.linux.x86_64'}}
4949
run: |
5050
sudo apt-get update -qq
51-
WEBKIT_VERSION=2.44.0-2 && sudo apt-get install -qq -y libgtk-3-dev libgtk-4-dev freeglut3-dev webkit2gtk-driver=${WEBKIT_VERSION} libwebkit2gtk-4.1-0=${WEBKIT_VERSION} libjavascriptcoregtk-4.1-0=${WEBKIT_VERSION}
51+
sudo apt-get install -qq -y libgtk-3-dev libgtk-4-dev freeglut3-dev webkit2gtk-driver
5252
- name: Pull large static Windows binaries
5353
if: ${{ matrix.config.native == 'win32.win32.x86_64'}}
5454
run: |
5555
git lfs pull --include='/binaries/org.eclipse.swt.win32.win32.x86_64/WebView2Loader.dll'
5656
- name: Set up Java ${{ matrix.java }}
57-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
57+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
5858
with:
5959
java-version: ${{ matrix.java }}
6060
distribution: 'temurin'

.github/workflows/pr-checks.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Fast running checks for pull-requests
2+
3+
name: Pull-Request Checks
4+
concurrency:
5+
group: ${{ github.workflow }}-${{ github.ref }}
6+
cancel-in-progress: true
7+
8+
on:
9+
pull_request:
10+
branches: [ master ]
11+
12+
jobs:
13+
check-freeze-period:
14+
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/verifyFreezePeriod.yml@master
15+
check-merge-commits:
16+
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkMergeCommits.yml@master
17+
check-versions:
18+
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkVersions.yml@master
19+
with:
20+
botName: Eclipse Platform Bot
21+
botMail: platform-bot@eclipse.org

.github/workflows/verifyFreezePeriod.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Publish Version Check Results
2+
3+
on:
4+
workflow_run:
5+
workflows: [ 'Pull-Request Checks' ]
6+
types: [ completed ]
7+
8+
jobs:
9+
publish-version-check-results:
10+
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/publishVersionCheckResults.yml@master
11+
with:
12+
botGithubId: eclipse-platform-bot
13+
secrets:
14+
githubBotPAT: ${{ secrets.PLATFORM_BOT_PAT }}

README.md

Lines changed: 1 addition & 0 deletions

binaries/org.eclipse.swt.cocoa.macosx.aarch64/libswt-awt-cocoa-4969r10.jnilib renamed to binaries/org.eclipse.swt.cocoa.macosx.aarch64/libswt-awt-cocoa-4969r13.jnilib

File renamed without changes.

binaries/org.eclipse.swt.cocoa.macosx.aarch64/libswt-cocoa-4969r10.jnilib renamed to binaries/org.eclipse.swt.cocoa.macosx.aarch64/libswt-cocoa-4969r13.jnilib

File renamed without changes.

binaries/org.eclipse.swt.cocoa.macosx.aarch64/libswt-pi-cocoa-4969r10.jnilib renamed to binaries/org.eclipse.swt.cocoa.macosx.aarch64/libswt-pi-cocoa-4969r13.jnilib

File renamed without changes.

binaries/org.eclipse.swt.cocoa.macosx.x86_64/libswt-awt-cocoa-4969r10.jnilib renamed to binaries/org.eclipse.swt.cocoa.macosx.x86_64/libswt-awt-cocoa-4969r13.jnilib

File renamed without changes.

binaries/org.eclipse.swt.cocoa.macosx.x86_64/libswt-cocoa-4969r10.jnilib renamed to binaries/org.eclipse.swt.cocoa.macosx.x86_64/libswt-cocoa-4969r13.jnilib

File renamed without changes.

0 commit comments

Comments
 (0)