File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1819,7 +1819,7 @@ def configure_v8(o, configs):
18191819 if flavor != 'linux' and options .v8_enable_hugepage :
18201820 raise Exception ('--v8-enable-hugepage is supported only on linux.' )
18211821 o ['variables' ]['v8_enable_hugepage' ] = 1 if options .v8_enable_hugepage else 0
1822- o ['variables' ]['v8_use_system_zlib' ] = 1 if options . shared_zlib else 0
1822+ o ['variables' ]['v8_use_system_zlib' ] = 0
18231823 o ['variables' ]['v8_use_system_simdutf' ] = 1 if options .shared_simdutf else 0
18241824 if options .v8_enable_short_builtin_calls or o ['variables' ]['target_arch' ] == 'x64' :
18251825 o ['variables' ]['v8_enable_short_builtin_calls' ] = 1
Original file line number Diff line number Diff line change 1313 simdutf
1414 sqlite
1515 uvwasi
16+ zlib
1617 zstd
1718 ;
1819 http-parser = pkgs . llhttp ;
4344 "dev"
4445 ] ;
4546 } ) ;
46- zlib = pkgs . zlib . overrideAttrs ( old : {
47- src = pkgs . fetchgit {
48- url = "https://chromium.googlesource.com/chromium/src/third_party/zlib.git" ;
49- rev = "85f05b0835f934e52772efc308baa80cdd491838" ;
50- hash = "sha256-d01Vdo+kZ43AhES5MYGFae67fH6L6ATh3xQadMu7Hw0=" ;
51- } ;
52- } ) ;
5347}
You can’t perform that action at this time.
0 commit comments