Skip to content

Commit

Permalink
fix(ci) determining cause of failures in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nyarly committed Mar 29, 2024
1 parent f843a5c commit 05fa753
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ let
set -euo pipefail
rustc_path="$(nix-build -A rustc nix/nixpkgs-stable.nix)/bin"
echo "$rustc_path" >> "$GITHUB_PATH"
# XXX debugging CI
ls -lR /nix/var/nix
'';
};
print-path = {
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ jobs:
set -euo pipefail
rustc_path="$(nix-build -A rustc nix/nixpkgs-stable.nix)/bin"
echo "$rustc_path" >> "$GITHUB_PATH"
# XXX debugging CI
ls -lR /nix/var/nix
- name: print PATH
run: printenv PATH
- name: Rust Cache
Expand Down Expand Up @@ -163,6 +165,8 @@ jobs:
set -euo pipefail
rustc_path="$(nix-build -A rustc nix/nixpkgs-stable.nix)/bin"
echo "$rustc_path" >> "$GITHUB_PATH"
# XXX debugging CI
ls -lR /nix/var/nix
- name: print PATH
run: printenv PATH
- name: Rust Cache
Expand Down Expand Up @@ -195,6 +199,8 @@ jobs:
set -euo pipefail
rustc_path="$(nix-build -A rustc nix/nixpkgs-stable.nix)/bin"
echo "$rustc_path" >> "$GITHUB_PATH"
# XXX debugging CI
ls -lR /nix/var/nix
- name: print PATH
run: printenv PATH
- name: Rust Cache
Expand Down

0 comments on commit 05fa753

Please sign in to comment.