facebookincubator / xar

executable archive format
Other
1.57k stars 55 forks source link

Fix dependencies to allow builds in 2023 #55

Closed ekacnet closed 8 months ago

ekacnet commented 8 months ago

Right out of the box cargo build don't work for clean_xar_mounts in 2023. It turns out that something is wrong with the 2.1.x version of slog, I didn't look very hard to know what. It seems that upgrading to something a bit newer is working. Similarly using 1.0 version of anyhow is not working (complains about missing backtrace) instead using a recent version and enabling the backtrace feature is solving the problem

ekacnet commented 8 months ago

Yes @itamaro it's working I build it locally.

facebook-github-bot commented 8 months ago

@itamaro has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot commented 8 months ago

@itamaro merged this pull request in facebookincubator/xar@39a4b37bf831d0b94e1e1d2bf2775488aa9a673f.