mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Added comment [#CLICKHOUSE-2]
This commit is contained in:
parent
1f5ea81be5
commit
258d33a0d7
2
release
2
release
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# If you have "no space left" error, you can change the location of temporary files with BUILDPLACE environment variable.
|
||||||
|
|
||||||
# Advanced usage:
|
# Advanced usage:
|
||||||
# Test gcc-8:
|
# Test gcc-8:
|
||||||
# env DIST=bionic EXTRAPACKAGES="gcc-8 g++-8" DEB_CC=gcc-8 DEB_CXX=g++-8 CMAKE_FLAGS=" -DNO_WERROR=1 " ./release
|
# env DIST=bionic EXTRAPACKAGES="gcc-8 g++-8" DEB_CC=gcc-8 DEB_CXX=g++-8 CMAKE_FLAGS=" -DNO_WERROR=1 " ./release
|
||||||
|
Loading…
Reference in New Issue
Block a user