From 4bb539ed72700e1dae5ce5f38f04239bd2e4a7b8 Mon Sep 17 00:00:00 2001 From: akuker <34318535+akuker@users.noreply.github.com> Date: Fri, 7 Aug 2020 12:56:05 -0500 Subject: [PATCH] Update c-cpp.yml Disable buildroot image. its not ready for use yet, and takes forever. --- .github/workflows/c-cpp.yml | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index b262258..10ed452 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -23,17 +23,14 @@ jobs: # - name: make distcheck # run: make distcheck - buildroot-image: - runs-on: ubuntu-latest - steps: - - name: git-fetch buildroot - run: git clone git://git.busybox.net/buildroot -# - uses: actions/checkout@v2 -# with: -# repository: 'git://git.busybox.net/buildroot' - - name: make defconfig - run: make raspberrypi4_defconfig - working-directory: ./buildroot - - name: make - run: make all - working-directory: ./buildroot +# buildroot-image: +# runs-on: ubuntu-latest +# steps: +# - name: git-fetch buildroot +# run: git clone git://git.busybox.net/buildroot +# - name: make defconfig +# run: make raspberrypi4_defconfig +# working-directory: ./buildroot +# - name: make +# run: make all +# working-directory: ./buildroot