Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jinluchang committed Jan 11, 2025
1 parent 89c0057 commit 13f7439
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nixpkgs/build-many-qlat-pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ src="$script_path"
dst="$HOME/qlat-build"
mkdir -p "$dst"
cd "$dst"
time (
for name in
""
"-ucxless"
Expand All @@ -22,5 +23,7 @@ for name in
"-cuda-ucxless"
"-pypi"
; do
time nix-build "$src"/qlat-pkgs.nix -A qlat-jhub-tests"$name" -o result"$name" "$@"
time nix-build "$src"/qlat-pkgs.nix -A qlat-jhub-tests"$name" -o result-24-11"$name" --arg nixpkgs 'import (fetchTarball "https://channels.nixos.org/nixos-24.11/nixexprs.tar.xz")' "$@"
time nix-build "$src"/qlat-pkgs.nix -A qlat-jhub-tests"$name" -o result-24-05"$name" --arg nixpkgs 'import (fetchTarball "https://channels.nixos.org/nixos-24.05/nixexprs.tar.xz")' "$@"
done
)

0 comments on commit 13f7439

Please sign in to comment.