File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
actions/build-hermesc-windows Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
- name : Windows cache
26
26
uses : actions/cache@v4
27
27
with :
28
- key : v2 -hermes-${{ github.job }}-windows-${{ inputs.hermes-version }}-${{ inputs.react-native-version }}
28
+ key : v3 -hermes-${{ github.job }}-windows-${{ inputs.hermes-version }}-${{ inputs.react-native-version }}
29
29
path : |
30
30
D:\tmp\hermes\win64-bin\
31
31
D:\tmp\hermes\hermes\icu\
63
63
$Env:PATH += ";$Env:CMAKE_DIR;$Env:MSBUILD_DIR"
64
64
$Env:ICU_ROOT = "$Env:HERMES_WS_DIR\icu"
65
65
66
- cmake -S hermes -B build_release -G 'Visual Studio 16 2019 ' -Ax64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=True -DHERMES_ENABLE_WIN10_ICU_FALLBACK=OFF
66
+ cmake -S hermes -B build_release -G 'Visual Studio Enterprise 2022 ' -Ax64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=True -DHERMES_ENABLE_WIN10_ICU_FALLBACK=OFF
67
67
if (-not $?) { throw "Failed to configure Hermes" }
68
68
echo "Running windows build..."
69
69
cd build_release
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
react-native-version : ${{ needs.prepare_hermes_workspace.outputs.react-native-version }}
121
121
122
122
build_hermesc_windows :
123
- runs-on : windows-2019
123
+ runs-on : windows-2025
124
124
needs : prepare_hermes_workspace
125
125
env :
126
126
HERMES_WS_DIR : ' D:\tmp\hermes'
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
react-native-version : ${{ needs.prepare_hermes_workspace.outputs.react-native-version }}
117
117
118
118
build_hermesc_windows :
119
- runs-on : windows-2019
119
+ runs-on : windows-2025
120
120
needs : prepare_hermes_workspace
121
121
env :
122
122
HERMES_WS_DIR : ' D:\tmp\hermes'
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ jobs:
382
382
react-native-version : ${{ needs.prepare_hermes_workspace.outputs.react-native-version }}
383
383
384
384
build_hermesc_windows :
385
- runs-on : windows-2019
385
+ runs-on : windows-2025
386
386
needs : prepare_hermes_workspace
387
387
env :
388
388
HERMES_WS_DIR : ' D:\tmp\hermes'
You can’t perform that action at this time.
0 commit comments