citusdata / docker

:ship: Docker images and configuration for Citus
Apache License 2.0
241 stars 100 forks source link

Updates postgres versions into latest except alpine #340

Closed gurkanindibay closed 1 year ago

gurkanindibay commented 1 year ago

Since alpine is building from source, it fails for 11.3 source. Therefore, I removed from update for now

When building for 15.3, we hace below error

#0 61.86 clang-15 -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -Xclang -no-opaque-pointers -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -O2   -fsanitize=safe-stack -fstack-protector-strong
 -flto -fPIC -Wformat -Wformat-security -Werror=format-security -I '/citus-11.3.0/src/include' -I'../../../src/include' -I/usr/local/include -I/citus-11.3.0/vendor/safestringlib/include -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal  -D_GNU_SOURCE -I/usr/include/libxml2  -flto=thin -emit-llvm -c -o columnar.bc columnar.c
#0 61.86 make[1]: Leaving directory '/citus-11.3.0/src/backend/columnar'
#0 61.86 make[1]: clang-15: No such file or directory
#0 61.86 make[1]: *** [/usr/local/lib/postgresql/pgxs/src/makefiles/../../src/Makefile.global:1081: columnar.bc] Error 127
#0 61.86 make: *** [Makefile:19: columnar] Error 2