Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ostree: use the same thread for ostree operations
Since ostreedev/ostree#1555, locking is enabled by default in OSTree. Unfortunately it uses thread-private data and it breaks the Golang bindings. Force the same thread for the write operations to the OSTree repository. Signed-off-by: Giuseppe Scrivano <[email protected]>
- Loading branch information