Skip to content

Commit 879725b

Browse files
committed
Update Hermes to e595577844507abb72cbfde4467fdb4a66bf2e10
Update both CMake build system and GitHub workflow to use newer Hermes commit e595577844507abb72cbfde4467fdb4a66bf2e10.
1 parent 88a681c commit 879725b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
HERMES_VERSION: 80359d48dbf0a108031d69c8a22bad180cfb4df3
11+
HERMES_VERSION: e595577844507abb72cbfde4467fdb4a66bf2e10
1212

1313
jobs:
1414
build:

cmake/HermesExternal.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ else()
7575
# Configurable git parameters
7676
set(HERMES_GIT_URL "https://github.com/facebook/hermes.git"
7777
CACHE STRING "Hermes git repository URL")
78-
set(HERMES_GIT_TAG "80359d48dbf0a108031d69c8a22bad180cfb4df3"
78+
set(HERMES_GIT_TAG "e595577844507abb72cbfde4467fdb4a66bf2e10"
7979
CACHE STRING "Hermes git tag/commit/branch to build")
8080
set(HERMES_BUILD_TYPE "Release"
8181
CACHE STRING "Hermes build type (Release, Debug, RelWithDebInfo, MinSizeRel)")

0 commit comments

Comments
 (0)