Skip to content

Commit 69cb71e

Browse files
committed
ci followups
1 parent 3d6c85b commit 69cb71e

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
strategy:
2121
fail-fast: true
2222
matrix:
23-
# swift_version: ['nightly-main']
2423
swift_version: ['6.0.2']
2524
os_version: ['jammy']
2625
jdk_vendor: ['Corretto']
@@ -127,14 +126,10 @@ jobs:
127126
restore-keys: |
128127
${{ runner.os }}-swiftpm-cache
129128
${{ runner.os }}-swiftpm-
130-
# run the actual build
131-
# - name: Generate sources (make) (Temporary)
132-
# # TODO: this should be triggered by the respective builds
133-
# run: "make jextract-generate"
134129
- name: Test Swift
135130
run: "swift test"
136131
- name: Build (Swift) Sample Apps
137132
run: .github/scripts/validate_samples.sh
138-
# TODO: Benchmark compile crashes in CI, enable when nightly toolchains in better shape.
139-
# - name: Build (Swift) Benchmarks
140-
# run: "swift package --package-path Benchmarks/ benchmark list"
133+
# TODO: Benchmark compile crashes in CI, enable when nightly toolchains in better shape.
134+
# - name: Build (Swift) Benchmarks
135+
# run: "swift package --package-path Benchmarks/ benchmark list"

.licenseignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ gradlew
3939
gradlew.bat
4040
**/gradlew
4141
**/gradlew.bat
42+
**/ci-validate.sh

docker/install_jdk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ fi
7575

7676
mkdir -p /usr/lib/jvm/
7777
mv jdk.tar.gz /usr/lib/jvm/
78+
cd /usr/lib/jvm/
7879
tar xzvf jdk.tar.gz && rm jdk.tar.gz
7980
mv "$(find . -depth -maxdepth 1 -type d | head -n1)" default-jdk
8081

0 commit comments

Comments
 (0)