Skip to content

Commit

Permalink
errors seem to be timeouts. try the next size mac
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewvon committed Jan 22, 2025
1 parent 60f1125 commit 3624c3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
build-macos:
macos:
xcode: 13.4.1
resource_class: macos.m1.medium.gen1
resource_class: m2pro.medium
environment:
ROCKSDB_DISABLE_JEMALLOC: 1 # jemalloc cause env_test hang, disable it for now
steps:
Expand All @@ -187,7 +187,7 @@ jobs:
build-macos-cmake:
macos:
xcode: 13.4.1
resource_class: macos.m1.medium.gen1
resource_class: m2pro.medium
parameters:
run_even_tests:
description: run even or odd tests, used to split tests to 2 groups
Expand Down Expand Up @@ -626,7 +626,7 @@ jobs:
build-macos-java:
macos:
xcode: 13.4.1
resource_class: macos.m1.medium.gen1
resource_class: m2pro.medium
environment:
JAVA_HOME: /Library/Java/JavaVirtualMachines/liberica-jdk-8.jdk/Contents/Home
ROCKSDB_DISABLE_JEMALLOC: 1 # jemalloc causes java 8 crash
Expand All @@ -650,7 +650,7 @@ jobs:
build-macos-java-static:
macos:
xcode: 13.4.1
resource_class: macos.m1.medium.gen1
resource_class: m2pro.medium
environment:
JAVA_HOME: /Library/Java/JavaVirtualMachines/liberica-jdk-8.jdk/Contents/Home
steps:
Expand All @@ -674,7 +674,7 @@ jobs:
build-macos-java-static-universal:
macos:
xcode: 13.4.1
resource_class: macos.m1.medium.gen1
resource_class: m2pro.medium
environment:
JAVA_HOME: /Library/Java/JavaVirtualMachines/liberica-jdk-8.jdk/Contents/Home
steps:
Expand Down

0 comments on commit 3624c3f

Please sign in to comment.