Skip to content

Commit

Permalink
Revert ".circleci: add extra gcc-cross build step"
Browse files Browse the repository at this point in the history
This reverts commit 4748b45.
  • Loading branch information
ejoerns committed Feb 2, 2020
1 parent 73d1cdd commit c82764a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ jobs:
- run:
name: Initialize build directory
command: TEMPLATECONF=../meta-this/conf source poky/oe-init-build-env build && sed -i s/YOCTO_VERSION/${YOCTO_VERSION}/g conf/local.conf && cat conf/local.conf
- run:
name: Build gcc-cross
command: source poky/oe-init-build-env build && bitbake gcc-cross-x86_64
- save_cache:
key: sstate-test-{{ .Branch }}-{{ .Revision }}
paths:
- "build/sstate-cache/"
- run:
name: Build rauc
command: source poky/oe-init-build-env build && bitbake rauc
Expand Down

0 comments on commit c82764a

Please sign in to comment.