Note: This message is for experienced users, the devs of this forum
Hello everyone!
Today I merged the PR from @VonOx on the new CI process. We have switched from CircleCI to GitHub Actions so far, and especially the dev and prod builds are done with the same Dockerfile and built with buildx.
I would like to have your feedback on this dev image, and especially on the native integrations (Z-Wave, Bluetooth, camera), is everything working well?
The image is available on all platforms with:
docker pull gladysassistant/gladys:dev
And then to run it, itâs the same commands as usual in the documentation, you just need to change the tag to gladys:dev.
We tried with @damalgos to push our changes to Netatmo, but it asked us to update from the Master, which we did. However, the installation of dependencies no longer works. We also see that there is a red cross on your migration. Could something have broken on the PRs? I thought there were some in green, but now thereâs only red and orange.
I just checked the netatmo PR (very quickly)
But if you push a modification of the package.json, you also need to push the package-lock.json
Yes, we fixed it directly (the fail was not on the npm dependencies)
Thereâs something wrong with the npm package sqlite3 in version 4.2++
node-pre-gyp WARN Pre-built binaries not installable for sqlite3@4.2.0 and node@12.20.0 (node-v72 ABI, glibc) (falling back to source compile with node-gyp)
node-pre-gyp WARN Hit error bad download
Is the update vital?
I went to see their github (sqlite3) but itâs a mess.
Oh yes of course!! Itâs a gross error, a handling error, certainly on my side after all, trying to go through wsl2 / ubuntu. It was not planned at all. I recovered the modified files, and @damalgos will do a reverse. I tried something on my side, but still struggling with github ^^