Skip to content

Commit c5f2bb8

Browse files
committed
Build: use content hash for facebook-react-native build (#27577)
Similar to #26734, this switches the RN builds for Meta to a content hash instead of git commit number to make the builds reproducible and avoid creating sync commits if the bundled content didn't change. DiffTrain build for commit 51ffd35.
1 parent 796700a commit c5f2bb8

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24887,7 +24887,7 @@ function createFiberRoot(
2488724887
return root;
2488824888
}
2488924889

24890-
var ReactVersion = "18.3.0-canary-960ed6ea4-20231024";
24890+
var ReactVersion = "18.3.0-canary-51ffd3564-20231025";
2489124891

2489224892
// Might add PROFILE later.
2489324893

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9025,7 +9025,7 @@ var devToolsConfig$jscomp$inline_1032 = {
90259025
throw Error("TestRenderer does not support findFiberByHostInstance()");
90269026
},
90279027
bundleType: 0,
9028-
version: "18.3.0-canary-960ed6ea4-20231024",
9028+
version: "18.3.0-canary-51ffd3564-20231025",
90299029
rendererPackageName: "react-test-renderer"
90309030
};
90319031
var internals$jscomp$inline_1225 = {
@@ -9056,7 +9056,7 @@ var internals$jscomp$inline_1225 = {
90569056
scheduleRoot: null,
90579057
setRefreshHandler: null,
90589058
getCurrentFiber: null,
9059-
reconcilerVersion: "18.3.0-canary-960ed6ea4-20231024"
9059+
reconcilerVersion: "18.3.0-canary-51ffd3564-20231025"
90609060
};
90619061
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
90629062
var hook$jscomp$inline_1226 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9451,7 +9451,7 @@ var devToolsConfig$jscomp$inline_1074 = {
94519451
throw Error("TestRenderer does not support findFiberByHostInstance()");
94529452
},
94539453
bundleType: 0,
9454-
version: "18.3.0-canary-960ed6ea4-20231024",
9454+
version: "18.3.0-canary-51ffd3564-20231025",
94559455
rendererPackageName: "react-test-renderer"
94569456
};
94579457
var internals$jscomp$inline_1266 = {
@@ -9482,7 +9482,7 @@ var internals$jscomp$inline_1266 = {
94829482
scheduleRoot: null,
94839483
setRefreshHandler: null,
94849484
getCurrentFiber: null,
9485-
reconcilerVersion: "18.3.0-canary-960ed6ea4-20231024"
9485+
reconcilerVersion: "18.3.0-canary-51ffd3564-20231025"
94869486
};
94879487
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
94889488
var hook$jscomp$inline_1267 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (
2727
}
2828
"use strict";
2929

30-
var ReactVersion = "18.3.0-canary-960ed6ea4-20231024";
30+
var ReactVersion = "18.3.0-canary-51ffd3564-20231025";
3131

3232
// ATTENTION
3333
// When adding new symbols to this file,

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,4 +580,4 @@ exports.useSyncExternalStore = function (
580580
exports.useTransition = function () {
581581
return ReactCurrentDispatcher.current.useTransition();
582582
};
583-
exports.version = "18.3.0-canary-960ed6ea4-20231024";
583+
exports.version = "18.3.0-canary-51ffd3564-20231025";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-profiling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ exports.useSyncExternalStore = function (
583583
exports.useTransition = function () {
584584
return ReactCurrentDispatcher.current.useTransition();
585585
};
586-
exports.version = "18.3.0-canary-960ed6ea4-20231024";
586+
exports.version = "18.3.0-react-native-93f67352";
587587

588588
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
589589
if (
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
960ed6ea4341b4189a4f6c4edfa6bfe4c712e097
1+
51ffd3564f97b58737df395d30628a27fa71a39d

0 commit comments

Comments
 (0)