0

Branched v8

This commit is contained in:
0x1def 2025-04-11 11:31:45 +03:00
parent 62f73e044c
commit 0ec7bd77c2
Signed by: 0x1def
GPG Key ID: 3D16932F726AB1A8
4 changed files with 5 additions and 4 deletions

View File

@ -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"

View 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",

View File

@ -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",
] ]

View File

@ -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 \