From 64c3fb84d5fadb0e31fc885d67a5fd67e849f192 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Fri, 19 Jul 2024 03:23:12 -0700 Subject: [PATCH] Remove unused build-from-source input (#45533) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45533 This input is unused and is causing a warning on the build pipeline. I'm cleaning it up. Changelog: [Internal] [Changed] - Remove unused build-from-source input Reviewed By: blakef Differential Revision: D59958184 fbshipit-source-id: 23ba010da077342605afaaee122bc7ceabc89915 --- .github/workflows/nightly.yml | 1 - .github/workflows/publish-release.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 03b871e5a56..c1f4f7c6bff 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -39,7 +39,6 @@ jobs: with: hermes-ws-dir: ${{ env.HERMES_WS_DIR }} hermes-version-file: ${{ env.HERMES_VERSION_FILE }} - build-from-source: ${{ env.BUILD_FROM_SOURCE }} build_hermesc_apple: runs-on: macos-13 diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index de7fb0c539d..27b23aba025 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -36,7 +36,6 @@ jobs: with: hermes-ws-dir: ${{ env.HERMES_WS_DIR }} hermes-version-file: ${{ env.HERMES_VERSION_FILE }} - build-from-source: ${{ env.BUILD_FROM_SOURCE }} build_hermesc_apple: runs-on: macos-13