Stratoscale / osmosis

Osmosis replaces rsync, where the backend is a git-like object store. Its used for storing build products (and rootfses)
Apache License 2.0
7 stars 16 forks source link

Fix compilation errors in Fedora 28 #11

Closed ygalblum-stratoscale closed 6 years ago

ygalblum-stratoscale commented 6 years ago

Osmosis fails to compile in Fedora 28 due to two issues:

  1. GCC 8 enforces that exceptions be caught by reference
  2. Boost headers are included differently