Branched v8
This commit is contained in:
parent
62f73e044c
commit
0ec7bd77c2
@ -14,7 +14,7 @@ app_component='server'
|
|||||||
printf 'APP_COMPONENT=%s\n' "$app_component" >> "$CI_ENV_FILE"
|
printf 'APP_COMPONENT=%s\n' "$app_component" >> "$CI_ENV_FILE"
|
||||||
|
|
||||||
printf 'APP_VERSION=%s\n' "$(getAppVersion)" >> "$CI_ENV_FILE"
|
printf 'APP_VERSION=%s\n' "$(getAppVersion)" >> "$CI_ENV_FILE"
|
||||||
mongo_version='7.0.18'
|
mongo_version='8.0.6'
|
||||||
printf 'MONGO_VERSION=%s\n' "$mongo_version" >> "$CI_ENV_FILE"
|
printf 'MONGO_VERSION=%s\n' "$mongo_version" >> "$CI_ENV_FILE"
|
||||||
printf 'MONGO_BINARIES_VERSION=%s\n' "$mongo_version-0" >> "$CI_ENV_FILE"
|
printf 'MONGO_BINARIES_VERSION=%s\n' "$mongo_version-0" >> "$CI_ENV_FILE"
|
||||||
printf 'MONGO_SHELL_VERSION=%s\n' '2.3.4-0' >> "$CI_ENV_FILE"
|
printf 'MONGO_SHELL_VERSION=%s\n' '2.3.4-0' >> "$CI_ENV_FILE"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/SConstruct
|
--- a/SConstruct
|
||||||
+++ b/SConstruct
|
+++ b/SConstruct
|
||||||
@@ -3020,7 +3020,6 @@
|
@@ -3109,7 +3109,6 @@
|
||||||
env.Append(
|
env.Append(
|
||||||
CCFLAGS=[
|
CCFLAGS=[
|
||||||
"-fasynchronous-unwind-tables",
|
"-fasynchronous-unwind-tables",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/src/third_party/mozjs/SConscript
|
--- a/src/third_party/mozjs/SConscript
|
||||||
+++ b/src/third_party/mozjs/SConscript
|
+++ b/src/third_party/mozjs/SConscript
|
||||||
@@ -144,10 +143,6 @@
|
@@ -146,10 +146,6 @@
|
||||||
"extract/js/src/wasm/WasmCode-platform.cpp",
|
"extract/js/src/wasm/WasmCode-platform.cpp",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
3
Build.md
3
Build.md
@ -23,7 +23,8 @@ patch src/third_party/mozjs/extract/mozglue/misc/SIMD.cpp 0003-Disabled_AVX_in_m
|
|||||||
|
|
||||||
python3 -m venv .venv --prompt mongo
|
python3 -m venv .venv --prompt mongo
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
python3 -m pip install -r etc/pip/compile-requirements.txt
|
python3 -m pip install 'poetry==2.0.0'
|
||||||
|
python3 -m poetry install --no-root --sync
|
||||||
|
|
||||||
python3 buildscripts/scons.py install-servers --config=force \
|
python3 buildscripts/scons.py install-servers --config=force \
|
||||||
-j12 \
|
-j12 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user