From 7e603dc8458ee4fdad09219c40875a24841c3b4b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 15 Aug 2023 08:14:02 -0700 Subject: [PATCH] Delete buck2 build Buck2 builds are published to https://github.com/facebook/buck2/releases/tag/latest, and that is what is used by https://github.com/dtolnay/install-buck2. --- .github/workflows/buck2.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/buck2.yml diff --git a/.github/workflows/buck2.yml b/.github/workflows/buck2.yml deleted file mode 100644 index 9d52685..0000000 --- a/.github/workflows/buck2.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: buck2 - -on: - push: - branches: - - buck2 - workflow_dispatch: - -jobs: - build: - uses: ./.github/workflows/build.yml - with: - crate: buck2 - git: facebook/buck2 - path: app/buck2 - permissions: - contents: write - secrets: inherit