Skip to content

Commit

Permalink
CircleCi resource_class:large
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Nov 23, 2023
1 parent fa67d05 commit 8d4343d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ executors:
jobs:
build-linux-amd64:
executor: gdal-build-executor-amd64
resource_class: large
environment:
CC: gcc
CXX: g++
Expand Down Expand Up @@ -52,6 +53,7 @@ jobs:

build-linux-arm64:
executor: gdal-build-executor-arm64
resource_class: large
environment:
ARCH: arm64
CC: aarch64-linux-gnu-gcc-8
Expand All @@ -76,6 +78,7 @@ jobs:

build-macos-amd64:
executor: gdal-build-executor-amd64
resource_class: large
environment:
OSXCROSS_NO_INCLUDE_PATH_WARNINGS: 1
CROSS_TRIPLE: x86_64-apple-darwin14
Expand Down Expand Up @@ -110,6 +113,7 @@ jobs:

build-windows-amd64:
executor: gdal-build-executor-amd64
resource_class: large
environment:
CROSS_TRIPLE: x86_64-w64-mingw32
OS: win32
Expand Down Expand Up @@ -139,6 +143,7 @@ jobs:

publish:
executor: gdal-build-executor-amd64
resource_class: large
steps:
- attach_workspace:
at: /tmp/workdir/
Expand Down

0 comments on commit 8d4343d

Please sign in to comment.