-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Milestone
Description
C++17 std::fs would be useful for a stronger rename method (#20435) and dropping boost fs in favor of the stdlib (#20744).
However, we currently use bionic to compile gitian binaries, which uses gcc-7 by default. If we are ok switching to gcc-8 on bionic for our gitian builds and everyone compiling from source on bionic, we could start using std::fs
mjdietzx and pablodz