Page MenuHomePhorge

D15137.1767175877.diff
No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None

D15137.1767175877.diff

diff --git a/.buildkite/android.yml b/.buildkite/android.yml
--- a/.buildkite/android.yml
+++ b/.buildkite/android.yml
@@ -8,6 +8,7 @@
- 'scripts/install_protobuf.sh'
- 'yarn ci-cleaninstall'
- 'cd native/android'
+ - 'yes | sdkmanager "cmake;3.18.1"'
- './gradlew clean && ./gradlew bundleRelease --no-daemon "-Dorg.gradle.jvmargs=-Xmx32g -XX:MaxMetaspaceSize=8g"'
retry:
automatic: true
diff --git a/.buildkite/eslint_flow_jest.yml b/.buildkite/eslint_flow_jest.yml
--- a/.buildkite/eslint_flow_jest.yml
+++ b/.buildkite/eslint_flow_jest.yml
@@ -1,13 +1,14 @@
steps:
- label: ':eslint: :jest: ESLint & Flow & Jest'
- command: '(pkill flow || true) && curl --proto "=https" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && . /root/.cargo/env && apt update && apt install -y cmake && yarn ci-cleaninstall && yarn eslint:all --max-warnings=0 && yarn flow:all && yarn jest:all'
+ command: '(pkill flow || true) && curl --proto "=https" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && . "/root/.cargo/env" && apt update && apt install -y cmake && yarn ci-cleaninstall && yarn eslint:all --max-warnings=0 && yarn flow:all && yarn jest:all'
retry:
automatic: true
plugins:
- docker#v5.3.0:
- image: 'node:20.10.0-bullseye'
+ image: 'cimg/node:20.19'
always-pull: true
workdir: /comm
propagate-environment: true
+ user: 'root'
agents:
- 'autoscaling=true'
diff --git a/.buildkite/jsi_codegen.yml b/.buildkite/jsi_codegen.yml
--- a/.buildkite/jsi_codegen.yml
+++ b/.buildkite/jsi_codegen.yml
@@ -12,9 +12,10 @@
automatic: true
plugins:
- docker#v5.3.0:
- image: 'node:20.10.0-bullseye'
+ image: 'cimg/node:20.19'
always-pull: true
workdir: /comm
propagate-environment: true
+ user: 'root'
agents:
- 'autoscaling=true'
diff --git a/landing/.babelrc.cjs b/landing/.babelrc.cjs
--- a/landing/.babelrc.cjs
+++ b/landing/.babelrc.cjs
@@ -6,6 +6,7 @@
'@babel/plugin-proposal-optional-chaining',
'@babel/plugin-transform-private-methods',
'@babel/plugin-proposal-nullish-coalescing-operator',
+ 'babel-plugin-syntax-hermes-parser',
['@babel/plugin-transform-runtime', { useESModules: true }],
],
};

File Metadata

Mime Type
text/plain
Expires
Wed, Dec 31, 10:11 AM (5 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5873085
Default Alt Text
D15137.1767175877.diff (2 KB)

Event Timeline