aboutsummaryrefslogtreecommitdiffhomepage
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authordeadprogram <[email protected]>2022-09-24 13:35:29 +0200
committerRon Evans <[email protected]>2022-09-25 10:08:10 +0200
commit2409bbef698f433bd47618c837ea63fce9c79224 (patch)
treeef26d9aa9e5c07805242b9bb397f0a8018fe1490 /.circleci/config.yml
parent8b078a9e8f2da84d010c2e66292a75c1767a72f5 (diff)
downloadtinygo-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.yml1
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: