mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
remove zlib from gclient_config.py (#2961)
and remove DENO_NINJA_PATH from manual
This commit is contained in:
parent
2788b5d4a1
commit
c6afe87feb
2 changed files with 2 additions and 9 deletions
|
@ -29,12 +29,6 @@ solutions = [
|
||||||
'name':
|
'name':
|
||||||
'depot_tools'
|
'depot_tools'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'url':
|
|
||||||
'https://chromium.googlesource.com/chromium/src/third_party/zlib@39b4a6260702da4c089eca57136abf40a39667e9',
|
|
||||||
'name':
|
|
||||||
'zlib'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
'url':
|
'url':
|
||||||
'https://github.com/cpplint/cpplint.git@a33992f68f36fcaa6d0f531a25012a4c474d3542',
|
'https://github.com/cpplint/cpplint.git@a33992f68f36fcaa6d0f531a25012a4c474d3542',
|
||||||
|
|
|
@ -229,12 +229,11 @@ git submodule update
|
||||||
# Skip downloading binary build tools and point the build
|
# Skip downloading binary build tools and point the build
|
||||||
# to the system provided ones (for packagers of deno ...).
|
# to the system provided ones (for packagers of deno ...).
|
||||||
export DENO_BUILD_ARGS="clang_base_path=/usr clang_use_chrome_plugins=false"
|
export DENO_BUILD_ARGS="clang_base_path=/usr clang_use_chrome_plugins=false"
|
||||||
export DENO_NO_BINARY_DOWNLOAD=1
|
DENO_NO_BINARY_DOWNLOAD=1 DENO_GN_PATH=/usr/bin/gn cargo build
|
||||||
DENO_GN_PATH=/usr/bin/gn DENO_NINJA_PATH=/usr/bin/ninja cargo build
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Environment variables: `DENO_BUILD_MODE`, `DENO_BUILD_PATH`, `DENO_BUILD_ARGS`,
|
Environment variables: `DENO_BUILD_MODE`, `DENO_BUILD_PATH`, `DENO_BUILD_ARGS`,
|
||||||
`DENO_DIR`, `DENO_GN_PATH`, `DENO_NINJA_PATH`, `DENO_NO_BINARY_DOWNLOAD`.
|
`DENO_DIR`, `DENO_GN_PATH`, `DENO_NO_BINARY_DOWNLOAD`.
|
||||||
|
|
||||||
## API reference
|
## API reference
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue