From 97a8ec769ac54dc0af268aeccb9947bf62f6f7f8 Mon Sep 17 00:00:00 2001 From: Matt Blagden Date: Fri, 23 Aug 2024 11:01:33 -0700 Subject: [PATCH 1/2] Fix github actions format Differential Revision: D61559393 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 306506088c3..8198e916e0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: facebook/hermes/build on: - push + push: pull_request: branches: - main From f32baa70b41bb4d08fd5ab6eba4f9f2a988a449f Mon Sep 17 00:00:00 2001 From: Matt Blagden Date: Fri, 23 Aug 2024 11:06:18 -0700 Subject: [PATCH 2/2] Exclude ProcessStatsTest (#1487) Summary: Pull Request resolved: https://github.com/facebook/hermes/pull/1487 Differential Revision: D61556148 --- .github/workflows/build.yml | 2 +- unittests/VMRuntime/Instrumentation/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8198e916e0a..9b34c7048f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: name: android-hermes path: output linux: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Install dependencies run: |- diff --git a/unittests/VMRuntime/Instrumentation/CMakeLists.txt b/unittests/VMRuntime/Instrumentation/CMakeLists.txt index 7a7fc3f10f8..809bff2a979 100644 --- a/unittests/VMRuntime/Instrumentation/CMakeLists.txt +++ b/unittests/VMRuntime/Instrumentation/CMakeLists.txt @@ -5,7 +5,6 @@ set(ISources ApproxIntegralTest.cpp - ProcessStatsTest.cpp ) add_hermes_unittest(HermesInstrumentationTests