Skip to content

Commit 8d99b84

Browse files
committed
[test] bust ios-core cache to validate hermes-compiler@latest-v1
Temporary no-op change to force a fresh Hermes download in the ios-core prebuild so we can exercise the newly published hermes-compiler@latest-v1 end-to-end in CI. Do not merge.
1 parent 102fde7 commit 8d99b84

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • packages/react-native/scripts/ios-prebuild

packages/react-native/scripts/ios-prebuild/hermes.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
* @format
99
*/
1010

11+
// CI test: bust the ios-core prebuild cache to force a fresh Hermes download
12+
// so we validate the newly published hermes-compiler@latest-v1 end-to-end.
13+
1114
const {createLogger} = require('./utils');
1215
const {execSync} = require('child_process');
1316
const fs = require('fs');

0 commit comments

Comments
 (0)