Skip to content

Commit a6f0cf5

Browse files
committed
.github/workflows/build: remove python3-autobahn build step
We no longer use autobahn, hence there is no need to build it anymore. Signed-off-by: Leonard Göhrs <[email protected]>
1 parent cef87bc commit a6f0cf5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ jobs:
4646
echo 'INHERIT += "rm_work"' >> conf/auto.conf
4747
fi
4848
echo 'DISTRO_FEATURES:remove = "alsa bluetooth usbgadget usbhost wifi nfs zeroconf pci 3g nfc x11 opengl ptest wayland vulkan"' >> conf/local.conf
49-
- name: Build autobahn
50-
run: |
51-
source poky/oe-init-build-env build
52-
bitbake python3-autobahn
5349
- name: Build labgrid
5450
run: |
5551
source poky/oe-init-build-env build

0 commit comments

Comments
 (0)