Skip to content

Commit

Permalink
circleci: Run sanitizers on a larger system
Browse files Browse the repository at this point in the history
This is an attempt at speeding up this job that usually takes three time
as long as other distcheck jobs.
  • Loading branch information
dridi committed Jun 6, 2024
1 parent e444efa commit bc89e8a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
description: the Linux distribution, with release, e.g. debian:buster, centos:7
type: string
rclass:
description: the resource class to use, usuall arm.medium or medium
description: the resource class to use, usually arm.medium or medium
type: string
machine:
image: ubuntu-2004:202111-02
Expand Down Expand Up @@ -220,8 +220,13 @@ jobs:
description: platform-specific configure arguments
default: ""
type: string
rclass:
description: job-specific resource class
default: medium
type: string
docker:
- image: centos:7
resource_class: << parameters.rclass >>
working_directory: /workspace
steps:
- setup_remote_docker
Expand Down Expand Up @@ -433,8 +438,9 @@ workflows:
name: build_ubuntu_noble
dist: ubuntu
release: noble
rclass: large
extra_conf: --enable-asan --enable-ubsan --enable-workspace-emulator
make_target: check -j2
make_target: check
- build:
name: build_alpine
dist: alpine
Expand Down

0 comments on commit bc89e8a

Please sign in to comment.