Now that our toolchain is based on Fedora 37, we can rely on its libdeflate rather than have to carry our own in a submodule. Frozen toolchain is regenerated. As a side effect clang is updated from 15.0.0 to 15.0.4. Closes #12000
21 lines
431 B
Plaintext
21 lines
431 B
Plaintext
[submodule "seastar"]
|
|
path = seastar
|
|
url = ../seastar
|
|
ignore = dirty
|
|
[submodule "swagger-ui"]
|
|
path = swagger-ui
|
|
url = ../scylla-swagger-ui
|
|
ignore = dirty
|
|
[submodule "abseil"]
|
|
path = abseil
|
|
url = ../abseil-cpp
|
|
[submodule "scylla-jmx"]
|
|
path = tools/jmx
|
|
url = ../scylla-jmx
|
|
[submodule "scylla-tools"]
|
|
path = tools/java
|
|
url = ../scylla-tools-java
|
|
[submodule "scylla-python3"]
|
|
path = tools/python3
|
|
url = ../scylla-python3
|