The xxhash library has been packaged by Fedora, so we can use it instead of carrying the submodule. This reduces allows us to receive updates as the OS packages are updated. Build time will not be reduced since it is a header-only library. xxhash preserves the hash results across versions so rolling upgrades will still work. The frozen toolchain is updated with the new package. Tests: unit (dev)
15 lines
272 B
Plaintext
15 lines
272 B
Plaintext
[submodule "seastar"]
|
|
path = seastar
|
|
url = ../seastar
|
|
ignore = dirty
|
|
[submodule "swagger-ui"]
|
|
path = swagger-ui
|
|
url = ../scylla-swagger-ui
|
|
ignore = dirty
|
|
[submodule "libdeflate"]
|
|
path = libdeflate
|
|
url = ../libdeflate
|
|
[submodule "zstd"]
|
|
path = zstd
|
|
url = ../zstd
|