Skip to content

Commit

Permalink
re-enable wiringPi driver in Linux CI using old makefile build
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Mar 17, 2024
1 parent bd48742 commit b950a42
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- "--driver=SPIDEV"
- "--driver=MRAA"
- "--driver=pigpio"
# - "--soc=BCM2835 --driver=wiringPi"
- "--soc=BCM2835 --driver=wiringPi"

env:
CFLAGS: "-I /usr/local/include"
Expand Down Expand Up @@ -133,9 +133,6 @@ jobs:
run: sudo make install

- name: make linux examples
# compiling examples for wiringPi is broken see issue #669
# executables linked to wiringPi additionally need to be linked to crypt and shm_open
# interruptConfigure.cpp example is incompatible with MRAA & wiringPi drivers
if: ${{ matrix.config-options != '--soc=BCM2835 --driver=wiringPi' && matrix.config-options != '--driver=MRAA' }}
run: |
cd examples_linux
Expand Down

0 comments on commit b950a42

Please sign in to comment.