Skip to content

Commit 76600e4

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 [51ffd35](51ffd35)
1 parent ab33152 commit 76600e4

14 files changed

+21
-21
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b8e47d988eb3ba547c102c0b12c351250ed955e0
1+
51ffd3564f97b58737df395d30628a27fa71a39d

compiled/facebook-www/React-dev.modern.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-www-modern-8a5fff1f";
30+
var ReactVersion = "18.3.0-www-modern-be9acb5b";
3131

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

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,4 +579,4 @@ exports.useSyncExternalStore = function (
579579
exports.useTransition = function () {
580580
return ReactCurrentDispatcher.current.useTransition();
581581
};
582-
exports.version = "18.3.0-www-modern-a27fae8a";
582+
exports.version = "18.3.0-www-modern-4e6d4d90";

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ exports.useSyncExternalStore = function (
590590
exports.useTransition = function () {
591591
return ReactCurrentDispatcher.current.useTransition();
592592
};
593-
exports.version = "18.3.0-www-modern-53a85d2a";
593+
exports.version = "18.3.0-www-modern-035cd9a2";
594594

595595
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
596596
if (

compiled/facebook-www/ReactART-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
6969
return self;
7070
}
7171

72-
var ReactVersion = "18.3.0-www-modern-f0ea8864";
72+
var ReactVersion = "18.3.0-www-modern-df61861e";
7373

7474
var LegacyRoot = 0;
7575
var ConcurrentRoot = 1;

compiled/facebook-www/ReactART-prod.modern.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9850,7 +9850,7 @@ var slice = Array.prototype.slice,
98509850
return null;
98519851
},
98529852
bundleType: 0,
9853-
version: "18.3.0-www-modern-4b9b2c3c",
9853+
version: "18.3.0-www-modern-797e6021",
98549854
rendererPackageName: "react-art"
98559855
};
98569856
var internals$jscomp$inline_1302 = {
@@ -9881,7 +9881,7 @@ var internals$jscomp$inline_1302 = {
98819881
scheduleRoot: null,
98829882
setRefreshHandler: null,
98839883
getCurrentFiber: null,
9884-
reconcilerVersion: "18.3.0-www-modern-4b9b2c3c"
9884+
reconcilerVersion: "18.3.0-www-modern-797e6021"
98859885
};
98869886
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
98879887
var hook$jscomp$inline_1303 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled/facebook-www/ReactDOM-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34004,7 +34004,7 @@ function createFiberRoot(
3400434004
return root;
3400534005
}
3400634006

34007-
var ReactVersion = "18.3.0-www-modern-1e4930fb";
34007+
var ReactVersion = "18.3.0-www-modern-b2fbd9ab";
3400834008

3400934009
function createPortal$1(
3401034010
children,

compiled/facebook-www/ReactDOM-prod.modern.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16008,7 +16008,7 @@ Internals.Events = [
1600816008
var devToolsConfig$jscomp$inline_1755 = {
1600916009
findFiberByHostInstance: getClosestInstanceFromNode,
1601016010
bundleType: 0,
16011-
version: "18.3.0-www-modern-c02ee778",
16011+
version: "18.3.0-www-modern-6e7deda2",
1601216012
rendererPackageName: "react-dom"
1601316013
};
1601416014
var internals$jscomp$inline_2106 = {
@@ -16039,7 +16039,7 @@ var internals$jscomp$inline_2106 = {
1603916039
scheduleRoot: null,
1604016040
setRefreshHandler: null,
1604116041
getCurrentFiber: null,
16042-
reconcilerVersion: "18.3.0-www-modern-c02ee778"
16042+
reconcilerVersion: "18.3.0-www-modern-6e7deda2"
1604316043
};
1604416044
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1604516045
var hook$jscomp$inline_2107 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -16304,4 +16304,4 @@ exports.useFormState = function () {
1630416304
exports.useFormStatus = function () {
1630516305
throw Error(formatProdErrorMessage(248));
1630616306
};
16307-
exports.version = "18.3.0-www-modern-c02ee778";
16307+
exports.version = "18.3.0-www-modern-6e7deda2";

compiled/facebook-www/ReactDOM-profiling.modern.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16778,7 +16778,7 @@ Internals.Events = [
1677816778
var devToolsConfig$jscomp$inline_1840 = {
1677916779
findFiberByHostInstance: getClosestInstanceFromNode,
1678016780
bundleType: 0,
16781-
version: "18.3.0-www-modern-ca7f5004",
16781+
version: "18.3.0-www-modern-7d9d57c7",
1678216782
rendererPackageName: "react-dom"
1678316783
};
1678416784
(function (internals) {
@@ -16823,7 +16823,7 @@ var devToolsConfig$jscomp$inline_1840 = {
1682316823
scheduleRoot: null,
1682416824
setRefreshHandler: null,
1682516825
getCurrentFiber: null,
16826-
reconcilerVersion: "18.3.0-www-modern-ca7f5004"
16826+
reconcilerVersion: "18.3.0-www-modern-7d9d57c7"
1682716827
});
1682816828
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals;
1682916829
exports.createPortal = function (children, container) {
@@ -17075,7 +17075,7 @@ exports.useFormState = function () {
1707517075
exports.useFormStatus = function () {
1707617076
throw Error(formatProdErrorMessage(248));
1707717077
};
17078-
exports.version = "18.3.0-www-modern-ca7f5004";
17078+
exports.version = "18.3.0-www-modern-7d9d57c7";
1707917079

1708017080
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
1708117081
if (

compiled/facebook-www/ReactDOMServer-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (__DEV__) {
1919
var React = require("react");
2020
var ReactDOM = require("react-dom");
2121

22-
var ReactVersion = "18.3.0-www-modern-f0ea8864";
22+
var ReactVersion = "18.3.0-www-modern-df61861e";
2323

2424
// This refers to a WWW module.
2525
var warningWWW = require("warning");

0 commit comments

Comments
 (0)