From 5cec9ded21444d2fd5ab7daaca8b26818a91845c Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 15 Jan 2025 00:52:18 -0500 Subject: [PATCH 1/3] test this pls --- .github/workflows/build-and-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-cache.yml b/.github/workflows/build-and-cache.yml index 8e5aaa3..bcc72e1 100644 --- a/.github/workflows/build-and-cache.yml +++ b/.github/workflows/build-and-cache.yml @@ -10,7 +10,7 @@ jobs: - .#attic-client - .#attic-server - .#conduwuit - - "github:cything/nixpkgs/9a35d495d2f49eee003b57265228844bb48c933e#nixosTests.garage.with-3node-replication1_x" + - "github:cything/nixpkgs/97f27249297bf5fbc563014ae9d4884dee27f1e0#nixosTests.garage.with-3node-replication1_x" runs-on: ubuntu-latest steps: - uses: DeterminateSystems/nix-installer-action@main From 2358acda6c6429d0d6ce053fab634111f461e93b Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 15 Jan 2025 01:15:30 -0500 Subject: [PATCH 2/3] cachix breaks now --- .github/workflows/build-and-cache.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-and-cache.yml b/.github/workflows/build-and-cache.yml index bcc72e1..d61201f 100644 --- a/.github/workflows/build-and-cache.yml +++ b/.github/workflows/build-and-cache.yml @@ -17,10 +17,6 @@ jobs: with: logger: pretty - uses: DeterminateSystems/magic-nix-cache-action@main - - uses: cachix/cachix-action@v15 - with: - name: cything - authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" - name: Setup Attic cache uses: ryanccn/attic-action@v0 with: From dcfe09e0a85ddb5a525687be44f223f04f8ca8bd Mon Sep 17 00:00:00 2001 From: cy Date: Thu, 16 Jan 2025 11:04:19 -0500 Subject: [PATCH 3/3] test new build --- .github/workflows/build-and-cache.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build-and-cache.yml b/.github/workflows/build-and-cache.yml index d61201f..1afa4b0 100644 --- a/.github/workflows/build-and-cache.yml +++ b/.github/workflows/build-and-cache.yml @@ -11,6 +11,7 @@ jobs: - .#attic-server - .#conduwuit - "github:cything/nixpkgs/97f27249297bf5fbc563014ae9d4884dee27f1e0#nixosTests.garage.with-3node-replication1_x" + - ".#nixosConfigurations.livecd.config.system.build.isoImage" runs-on: ubuntu-latest steps: - uses: DeterminateSystems/nix-installer-action@main @@ -25,3 +26,11 @@ jobs: token: ${{ secrets.ATTIC_TOKEN }} - uses: actions/checkout@v4 - run: nix build '${{ matrix.package }}' + - name: Compress Build Craft + run: | + tar cvf "./$(date -I).tar" ./result/* + - uses: actions/upload-artifact@v4 + with: + path: ./*.tar + overwrite: true + retention-days: 7days