Skip to content

Commit

Permalink
Remove the ESP8266 CI configuration as the required header package isn't
Browse files Browse the repository at this point in the history
available on any Github Ubuntu runner.
  • Loading branch information
davidgiven committed Nov 7, 2021
1 parent f7cfa96 commit aeba6f1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,19 +133,3 @@ jobs:
- name: make kernel
run: make -C Kernel TARGET=rpipico -j`nproc`

build-esp8266:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: install build deps
run: |
sudo apt-get update -q
sudo apt-get install -y gcc-xtensa-lx106 picolibc-xtensa-lx106-elf
- name: make kernel
run: make -C Kernel TARGET=esp8266 -j`nproc`
- name: make libraries
run: |
make -C Library -j`nproc`
make -C Library/libs -f Makefile.esp8266 -j`nproc`

0 comments on commit aeba6f1

Please sign in to comment.