mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-20 04:11:07 -05:00
Update c-cpp.yml
Disable buildroot image. its not ready for use yet, and takes forever.
This commit is contained in:
25
.github/workflows/c-cpp.yml
vendored
25
.github/workflows/c-cpp.yml
vendored
@@ -23,17 +23,14 @@ jobs:
|
|||||||
# - name: make distcheck
|
# - name: make distcheck
|
||||||
# run: make distcheck
|
# run: make distcheck
|
||||||
|
|
||||||
buildroot-image:
|
# buildroot-image:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: git-fetch buildroot
|
# - name: git-fetch buildroot
|
||||||
run: git clone git://git.busybox.net/buildroot
|
# run: git clone git://git.busybox.net/buildroot
|
||||||
# - uses: actions/checkout@v2
|
# - name: make defconfig
|
||||||
# with:
|
# run: make raspberrypi4_defconfig
|
||||||
# repository: 'git://git.busybox.net/buildroot'
|
# working-directory: ./buildroot
|
||||||
- name: make defconfig
|
# - name: make
|
||||||
run: make raspberrypi4_defconfig
|
# run: make all
|
||||||
working-directory: ./buildroot
|
# working-directory: ./buildroot
|
||||||
- name: make
|
|
||||||
run: make all
|
|
||||||
working-directory: ./buildroot
|
|
||||||
|
|||||||
Reference in New Issue
Block a user