seastar icon indicating copy to clipboard operation
seastar copied to clipboard

Support specifying the "build root" in configure

Open travisdowns opened this issue 3 years ago • 1 comments

This allows specifying the root of the build directoires, which is currently hardcoded to build. This allows you have several differently-configured builds at once, e.g, build-gcc for gcc, build-clang-14 for clang-14, whatever.

Within the directory, you'll find the usual mode subdirectories, i.e., release, debug, etc.

travisdowns avatar Aug 10 '22 05:08 travisdowns

The CI failure looks spurious, probably this one: https://github.com/scylladb/seastar/issues/1127

travisdowns avatar Aug 11 '22 03:08 travisdowns