openhab / openhabian

openHABian - empowering the smart home, for Raspberry Pi and Debian systems
https://community.openhab.org/t/13379
ISC License
821 stars 252 forks source link

Prepare for shift to Bullseye #1614

Closed ecdye closed 2 years ago

ecdye commented 2 years ago

Signed-off-by: Ethan Dye mrtops03@gmail.com

ecdye commented 2 years ago

@mstormi any idea why the Wireguard BATS test failed?

mstormi commented 2 years ago

Hmm, the "unsupported OS" output means that ALL helper checks i.e. is_pi || is_raspbian || is_raspios and is_debian() returned false. They work on your alpha image but BATS tests run in CI on x86. There's no if runs-in-docker() in the install routine. wireguard install is pretty specific to the HW it runs on, didn't we disable its BATS test for that reason? Wonder why it's back or how it worked earlier.

ecdye commented 2 years ago

Not sure, do you want to look into it? I have never really used the wireguard code or looked at it much.

mstormi commented 2 years ago

Fixed in https://github.com/openhab/openhabian/commit/dd8b4374836b6846617d56b4ec8cdedb2e077564 a case of buster specifics