Aaron Molitor
Aaron Molitor
We do not have a CI build for `clang` all CI and Releases (as of this comment) are compiled with `gcc`
Why do we need to compile RocksDB at FoundationDB build time?
The build already takes an unreasonably long time, adding dependency compilation seems like a way to make it take longer.
:arrow_up: Nope, that is not correct. This appears to be the result of the "fix" for #6490
can confirm that the clients deb is broken, the [cli binary](https://github.com/apple/foundationdb/releases/download/6.3.24/fdbcli.x86_64) on the releases page is correct though. as an, admittedly suboptimal, workaround I'd pull the file from there. Oddly...
Honestly, I don't get it. But in trying to understand your offering, I really don't think we are in your target market.
https://github.com/FoundationDB/fdb-kubernetes-operator/commit/0685a836efcf547250dcba8c75ac65e29ae9ea26
I just rebased this PR on top of `apple:main` and force pushed. Lets see what the CI builds tell us now.
It looks like the go code does not compile yet. ``` FAILED: bindings/go/pkg/linux_amd64/github.com/apple/foundationdb/bindings/go/src/fdb.a /codebuild/output/src253030052/src/github.com/apple/foundationdb/build_output/bindings/go/pkg/linux_amd64/github.com/apple/foundationdb/bindings/go/src/fdb.a cd /codebuild/output/src253030052/src/github.com/apple/foundationdb/build_output/bindings/go && /usr/local/bin/cmake -E env GOPATH=/codebuild/output/src253030052/src/github.com/apple/foundationdb/build_output/bindings/go C_INCLUDE_PATH=/codebuild/output/src253030052/src/github.com/apple/foundationdb/build_output/bindings/c/foundationdb:/codebuild/output/src253030052/src/github.com/apple/foundationdb/bindings/c CGO_LDFLAGS=-L/codebuild/output/src253030052/src/github.com/apple/foundationdb/build_output/lib GO111MODULE=auto /usr/local/go/bin/go get -d github.com/apple/foundationdb/bindings/go/src/fdb && /usr/local/bin/cmake...
Given that the unit tests failed (in the Github Actions build), I think this needs another look.