From 276afe9c105970a1a85fb0dc895b842fb29fc143 Mon Sep 17 00:00:00 2001 From: Brian McGillion Date: Tue, 9 Jan 2024 13:41:12 +0400 Subject: [PATCH 1/2] Revert "REVERT-ME: Disable cachix as a binary-cache" This reverts commit 473e433ea5a05fe8bfef4a434b0aa9958e5b62c8. Signed-off-by: Brian McGillion --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d3531323..c2f5b1395 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -143,8 +143,8 @@ jobs: uses: cachix/install-nix-action@v24 with: extra_nix_config: | - trusted-public-keys = cache.vedenemo.dev:8NhplARANhClUSWJyLVk4WMyy1Wb4rhmWW2u8AejH9E= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= - substituters = https://cache.vedenemo.dev https://cache.nixos.org + trusted-public-keys = ghaf-dev.cachix.org-1:S3M8x3no8LFQPBfHw1jl6nmP8A7cVWKntoMKN3IsEQY= cache.vedenemo.dev:8NhplARANhClUSWJyLVk4WMyy1Wb4rhmWW2u8AejH9E= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= + substituters = https://ghaf-dev.cachix.org?priority=20 https://cache.vedenemo.dev https://cache.nixos.org system-features = nixos-test benchmark big-parallel kvm builders-use-substitutes = true builders = @/etc/nix/machines From 856e4b30127dbeeeca38a6744071f689cdd39d93 Mon Sep 17 00:00:00 2001 From: Brian McGillion Date: Tue, 9 Jan 2024 13:52:36 +0400 Subject: [PATCH 2/2] Disable X1-carbon pre-check builds There is currently an issue in the cache mis-matching this primarily is affecting the x1-carbon. So tmp disabled in the GH actions. It is expected for the integrators to perform all pre-tests manually until the issue is resolved. Signed-off-by: Brian McGillion --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2f5b1395..8d8b329d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,8 +85,8 @@ jobs: strategy: matrix: include: - - arch: x86_64-linux - target: lenovo-x1-carbon-gen11-debug + # - arch: x86_64-linux + # target: lenovo-x1-carbon-gen11-debug - arch: x86_64-linux target: nvidia-jetson-orin-agx-debug-from-x86_64 - arch: x86_64-linux