@cryptotaxi247 / infra / commits / 269ffcb7

ci: remove comment about replacing CI

It could be faster, but it doesn't significantly slows us down these days with caching and merge queues.

Jörg Thalheim committed Apr 18, 2025 at 10:41 UTC 269ffcb7471999feed5edcf54f39cad79b22555c
1 file changed -3
.github/workflows/ci.yml
-3
@@ -11,8 +11,6 @@ permissions:
11 contents: read
12
13 jobs:
14 - # We probably should replace with a different faster CI soon,
15 - # but atleast this gives us confidence for now
14 checks:
15 runs-on: "${{ matrix.os }}"
16 strategy:
@@ -32,7 +30,6 @@ jobs:
30 name: nixos-infra-dev
31 authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
32 - run: nix run --inputs-from . nixpkgs#nix-fast-build -- --skip-cached --no-nom
35 - # all builds combined consume too much disk space... we should soon switch to something else
33 nixos-x86_64:
34 runs-on: ubuntu-latest
35 strategy: