SRombauts / SQLiteCpp

SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
http://srombauts.github.io/SQLiteCpp
MIT License
2.19k stars 509 forks source link

[Meson] update meson dependencies #448

Closed UnixY2K closed 1 year ago

UnixY2K commented 1 year ago

this PR only affects meson, however a later change could be made for CMake updates the following dependencies:

UnixY2K commented 1 year ago

getting an error on TravisCI for the error in Windows latest clang seems to be due to a compiler version

UnixY2K commented 1 year ago

for windows-latest (clang) is caused due to a older version of clang, we could ignore it as it will be fixed in actions/runner-images#8125

SRombauts commented 1 year ago

Hello, Yes, I noticed errors with Clang. It was possible to retry and get rid of it in the last few days, but not anymore (probably updating their images progressively) And don't worry about Travis CI; it was blocked for months, saying I overused it and I was going to get rid of it... But I finally unlocked my account, and I now need to fix the outdated workflow

SRombauts commented 1 year ago

Hello @ninjaoflight, I fixed Travis CI with https://github.com/SRombauts/SQLiteCpp/pull/450 🎉

SRombauts commented 1 year ago

And it's merged, thank you!