mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
workflows: disable nix build job
Unfortunately building LLVM/Zig is much too slow on default GHA, so we will need to keep this off until we don't need to do that.
This commit is contained in:
34
.github/workflows/nix.yml
vendored
34
.github/workflows/nix.yml
vendored
@ -12,19 +12,21 @@ jobs:
|
|||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- name: Check Zig cache hash
|
- name: Check Zig cache hash
|
||||||
run: nix develop -c ./nix/build-support/check-zig-cache-hash.sh
|
run: nix develop -c ./nix/build-support/check-zig-cache-hash.sh
|
||||||
build:
|
#
|
||||||
needs: check-zig-cache-hash
|
# NOTE: Build is disabled until we resolve dependency build speeds.
|
||||||
runs-on: ubuntu-latest
|
# build:
|
||||||
steps:
|
# needs: check-zig-cache-hash
|
||||||
- name: Checkout code
|
# runs-on: ubuntu-latest
|
||||||
uses: actions/checkout@v4
|
# steps:
|
||||||
- name: Setup Nix
|
# - name: Checkout code
|
||||||
uses: cachix/install-nix-action@v23
|
# uses: actions/checkout@v4
|
||||||
with:
|
# - name: Setup Nix
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
# uses: cachix/install-nix-action@v23
|
||||||
- name: Setup Nix cache
|
# with:
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
# nix_path: nixpkgs=channel:nixos-unstable
|
||||||
with:
|
# - name: Setup Nix cache
|
||||||
diagnostic-endpoint: "" # disable telemetry
|
# uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
- name: Run build
|
# with:
|
||||||
run: nix build .
|
# diagnostic-endpoint: "" # disable telemetry
|
||||||
|
# - name: Run build
|
||||||
|
# run: nix build .
|
||||||
|
Reference in New Issue
Block a user