From 0fa19c27f56da464bb3d5d70c8d411e61b98fc7f Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 17 Aug 2023 00:10:20 +0800 Subject: [PATCH] fix(ci/bootstrap): use spec files in terra repo Signed-off-by: madomado --- .github/workflows/bootstrap.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 983e3c29a2..aeabb95690 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -34,28 +34,17 @@ jobs: - name: Install terra-mock-configs run: dnf5 install -y anda-build/rpm/rpms/terra-mock-configs*.rpm - - - uses: actions/checkout@v3 - with: - repository: FyraLabs/subatomic - set-safe-directory: true - fetch-depth: 1 - name: Build Subatomic run: | git config --global --add safe.directory "$GITHUB_WORKSPACE" - anda build -c terra-${{ matrix.version }}-${{ matrix.arch }} subatomic -p rpm -D "autogitcommit $(git log -1 --format='%H')" + anda build -c terra-${{ matrix.version }}-${{ matrix.arch }} anda/tools/subatomic/pkg - name: Install Subatomic run: dnf5 install -y ./anda-build/rpm/rpms/subatomic-*.rpm - - uses: actions/checkout@v3 - with: - repository: FyraLabs/anda - fetch-depth: 1 - - name: Build Andaman - run: anda build -c terra-${{ matrix.version }}-${{ matrix.arch }} anda -p rpm + run: anda build -c terra-${{ matrix.version }}-${{ matrix.arch }} anda/tools/anda/pkg - name: Upload to Subatomic