mirror of https://github.com/citusdata/citus.git
add postgres 16beta2
parent
0ca97d0555
commit
a90ed81aa0
|
@ -20,6 +20,16 @@
|
|||
],
|
||||
"configurationProvider": "ms-vscode.makefile-tools"
|
||||
},
|
||||
{
|
||||
"name": "Citus Development Configuration - Postgres 16beta2",
|
||||
"includePath": [
|
||||
"/usr/local/include",
|
||||
"/home/citus/.pgenv/src/postgresql-16beta2/src/**",
|
||||
"${workspaceFolder}/**",
|
||||
"${workspaceFolder}/src/include/",
|
||||
],
|
||||
"configurationProvider": "ms-vscode.makefile-tools"
|
||||
},
|
||||
],
|
||||
"version": 4
|
||||
}
|
|
@ -151,7 +151,7 @@ COPY --from=uncrustify-builder /uncrustify/usr/ /usr/
|
|||
|
||||
COPY --from=pg14 /home/citus/.pgenv-staging/ /home/citus/.pgenv/
|
||||
COPY --from=pg15 /home/citus/.pgenv-staging/ /home/citus/.pgenv/
|
||||
# COPY --from=pg16 /home/citus/.pgenv-staging/ /home/citus/.pgenv/
|
||||
COPY --from=pg16 /home/citus/.pgenv-staging/ /home/citus/.pgenv/
|
||||
|
||||
COPY --from=pipenv /home/citus/.local/share/virtualenvs/ /home/citus/.local/share/virtualenvs/
|
||||
|
||||
|
|
Loading…
Reference in New Issue