Skip to content

Commit

Permalink
Merge branch 'series/3.5.x' into dispatcher-remove-alive
Browse files Browse the repository at this point in the history
  • Loading branch information
samspills committed Jun 24, 2023
2 parents e3ea3ac + 849c6f5 commit b28a843
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jvm_highcore_task:
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:
Expand All @@ -11,18 +11,18 @@ jvm_highcore_task:
- name: JVM high-core-count 3
script: sbt '++ 3' testsJVM/test

jvm_arm_highcore_task:
arm_container:
image: sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.8.2_3.2.2
cpu: 4
memory: 8G
matrix:
- name: JVM ARM high-core-count 2.12
script: sbt '++ 2.12' testsJVM/test
- name: JVM ARM high-core-count 2.13
script: sbt '++ 2.13' testsJVM/test stressTests/Jcstress/run
- name: JVM ARM high-core-count 3
script: sbt '++ 3' testsJVM/test
# jvm_arm_highcore_task:
# arm_container:
# image: sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.9.0_3.3.0
# cpu: 4
# memory: 8G
# matrix:
# - name: JVM ARM high-core-count 2.12
# script: sbt '++ 2.12' testsJVM/test
# - name: JVM ARM high-core-count 2.13
# script: sbt '++ 2.13' testsJVM/test stressTests/Jcstress/run
# - name: JVM ARM high-core-count 3
# script: sbt '++ 3' testsJVM/test

jvm_macos_highcore_task:
macos_instance:
Expand All @@ -43,18 +43,18 @@ jvm_macos_highcore_task:
- brew install sbt
- sbt '++ 3' testsJVM/test

native_arm_task:
arm_container:
dockerfile: .cirrus/Dockerfile
cpu: 2
memory: 8G
matrix:
- name: Native ARM 2.12
script: sbt '++ 2.12' testsNative/test
- name: Native ARM 2.13
script: sbt '++ 2.13' testsNative/test
- name: Native ARM 3
script: sbt '++ 3' testsNative/test
# native_arm_task:
# arm_container:
# dockerfile: .cirrus/Dockerfile
# cpu: 2
# memory: 8G
# matrix:
# - name: Native ARM 2.12
# script: sbt '++ 2.12' testsNative/test
# - name: Native ARM 2.13
# script: sbt '++ 2.13' testsNative/test
# - name: Native ARM 3
# script: sbt '++ 3' testsNative/test

native_macos_task:
macos_instance:
Expand Down
2 changes: 1 addition & 1 deletion .cirrus/Dockerfile
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

0 comments on commit b28a843

Please sign in to comment.