Skip to content

Commit 7f4cd1c

Browse files
Yury Samkevichfacebook-github-bot
Yury Samkevich
authored andcommitted
disable build_example_persistent_worker github action
Summary: `build_example_persistent_worker` was added in D61670168. Disabling as it doesn't work properly with native-link https://github.com/facebook/buck2/actions/runs/14772935813/job/41476038728 Reviewed By: blackm00n Differential Revision: D73997834 fbshipit-source-id: c676c0f7d22fbfda64a41871f3b8058abf552a53
1 parent ef3d659 commit 7f4cd1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
$RUNNER_TEMP/artifacts/buck2 test //... -v 2
7171
- uses: ./.github/actions/build_example_conan
7272
- uses: ./.github/actions/build_example_no_prelude
73-
- uses: ./.github/actions/build_example_nativelink
73+
- uses: ./.github/actions/build_example_persistent_worker
7474
with:
75-
NATIVELINK_HEADER_RW_KEY_SECRET: ${{ secrets.NATIVELINK_HEADER_RW_KEY_SECRET }}
75+
buildbuddyApiKey: ${{ secrets.BUILDBUDDY_API_KEY }}
7676
- uses: ./.github/actions/setup_reindeer
7777
- uses: ./.github/actions/build_bootstrap
7878
windows-build-examples:

0 commit comments

Comments
 (0)