-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
472 changed files
with
12,923 additions
and
4,423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,36 @@ | ||
jvm_highcore_task: | ||
only_if: $CIRRUS_TAG != '' || $CIRRUS_PR != '' | ||
required_pr_labels: Cirrus JVM | ||
container: | ||
image: sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.8.2_3.2.2 | ||
cpu: 4 | ||
memory: 8G | ||
image: sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.9.0_3.3.0 | ||
cpu: 8 | ||
memory: 16G | ||
matrix: | ||
- script: sbt '++ 2.12' testsJVM/test | ||
- script: sbt '++ 2.13' testsJVM/test | ||
- script: sbt '++ 3' testsJVM/test | ||
- name: JVM high-core-count 2.13 | ||
script: sbt '++ 2.13' testsJVM/test ioAppTestsJVM/test | ||
- name: JVM high-core-count 3 | ||
script: sbt '++ 3' testsJVM/test ioAppTestsJVM/test | ||
|
||
jvm_arm_highcore_task: | ||
only_if: $CIRRUS_TAG != '' || $CIRRUS_PR != '' | ||
required_pr_labels: Cirrus JVM | ||
arm_container: | ||
image: sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.8.2_3.2.2 | ||
image: sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.9.0_3.3.0 | ||
cpu: 4 | ||
memory: 8G | ||
matrix: | ||
- script: sbt '++ 2.12' testsJVM/test | ||
- script: sbt '++ 2.13' testsJVM/test | ||
- script: sbt '++ 3' testsJVM/test | ||
- name: JVM ARM high-core-count 2.13 | ||
script: sbt '++ 2.13' testsJVM/test ioAppTestsJVM/test | ||
- name: JVM ARM high-core-count 3 | ||
script: sbt '++ 3' testsJVM/test ioAppTestsJVM/test | ||
|
||
native_arm_task: | ||
only_if: $CIRRUS_TAG != '' || $CIRRUS_PR != '' | ||
required_pr_labels: Cirrus Native | ||
arm_container: | ||
dockerfile: .cirrus/Dockerfile | ||
cpu: 2 | ||
memory: 8G | ||
matrix: | ||
- script: sbt '++ 2.12' testsNative/test | ||
- script: sbt '++ 2.13' testsNative/test | ||
- script: sbt '++ 3' testsNative/test | ||
- name: Native ARM 3 | ||
script: sbt '++ 3' testsNative/test ioAppTestsNative/test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.8.2_3.2.2 | ||
FROM sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.9.0_3.3.0 | ||
|
||
RUN apt-get update && apt-get install -y clang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
use flake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
changelog: | ||
categories: | ||
- title: Enhancements | ||
labels: | ||
- ':mushroom: enhancement' | ||
- title: Bug Fixes | ||
labels: | ||
- ':beetle: bug' | ||
- title: Documentation | ||
labels: | ||
- ':books: docs' | ||
- title: Behind the Scenes | ||
labels: | ||
- ':gear: infrastructure' | ||
- ':robot:' | ||
- ':art: backstage' | ||
# Not for published notes, just to make sure we don't forget any accidentally unlabeled PRs | ||
- title: Uncategorized | ||
labels: | ||
- '*' |
Oops, something went wrong.