You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's one thing that I had stumbled upon, which I don't know if you are aware of.
In our current setup, we package a locally built binary of schema2000 together with all the rest of our crud in a docker image.
We later realised that the version of glibc, with which schema2000 was built, is crucial to its runnability.
If the OS you run it on has a glibc version < than the OS that built it => it will not work.
Might be a thing to take into account when building the binary.
We do not yet upload binaries from the GHA, it would be ideal to do that with releases/tags.
The text was updated successfully, but these errors were encountered: