diff options
author | deadprogram <[email protected]> | 2022-09-24 13:35:29 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-09-25 10:08:10 +0200 |
commit | 2409bbef698f433bd47618c837ea63fce9c79224 (patch) | |
tree | ef26d9aa9e5c07805242b9bb397f0a8018fe1490 /.circleci/config.yml | |
parent | 8b078a9e8f2da84d010c2e66292a75c1767a72f5 (diff) | |
download | tinygo-2409bbef698f433bd47618c837ea63fce9c79224.tar.gz tinygo-2409bbef698f433bd47618c837ea63fce9c79224.zip |
build: set circleci resource class to large for CI build
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 4bd2ed681..38621258a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -118,6 +118,7 @@ jobs: steps: - test-linux: llvm: "14" + resource_class: large workflows: test-all: |