File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -39,3 +39,4 @@ gradlew
3939gradlew.bat
4040**/gradlew
4141**/gradlew.bat
42+ **/ci-validate.sh
Original file line number Diff line number Diff line change 7575
7676mkdir -p /usr/lib/jvm/
7777mv jdk.tar.gz /usr/lib/jvm/
78+ cd /usr/lib/jvm/
7879tar xzvf jdk.tar.gz && rm jdk.tar.gz
7980mv " $( find . -depth -maxdepth 1 -type d | head -n1) " default-jdk
8081
You can’t perform that action at this time.
0 commit comments