diff --git a/.circleci/config.yml b/.circleci/config.yml index 642d43fe..30348b23 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,7 +51,7 @@ jobs: name: qemu-coreboot command: | ./build/make-4.2.1/make \ - -j4 \ + -j2 \ BOARD=qemu-coreboot \ - store-artifacts: @@ -60,32 +60,6 @@ jobs: path: build/qemu-coreboot/hashes.txt - - run: - name: qemu-linuxboot - command: | - ./build/make-4.2.1/make \ - -j4 \ - BOARD=qemu-linuxboot \ - - - store-artifacts: - path: build/qemu-linuxboot/linuxboot.rom - - store-artifacts: - path: build/qemu-linuxboot/hashes.txt - - - - run: - name: x230 - command: | - ./build/make-4.2.1/make \ - -j4 \ - BOARD=x230 \ - - - store-artifacts: - path: build/x230/coreboot.rom - - store-artifacts: - path: build/x230/hashes.txt - - workflows: version: 2 build_and_test: