Skip to content

Commit

Permalink
disable riscv
Browse files Browse the repository at this point in the history
riscv is not POR for ghaf at the moment so disable it for now but leave
it in the tree so that it can be reenabled at a later time.

Signed-off-by: Brian McGillion <[email protected]>
  • Loading branch information
brianmcgillion committed Jan 22, 2025
1 parent 0543ad7 commit 0f29278
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ jobs:
target: nvidia-jetson-orin-agx-debug-from-x86_64
- arch: x86_64-linux
target: nvidia-jetson-orin-nx-debug-from-x86_64
- arch: x86_64-linux
target: microchip-icicle-kit-debug-from-x86_64
# - arch: x86_64-linux
# target: microchip-icicle-kit-debug-from-x86_64
- arch: x86_64-linux
target: doc
- arch: aarch64-linux
Expand Down
4 changes: 2 additions & 2 deletions hydrajobs/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ in
self.packages.x86_64-linux.nvidia-jetson-orin-agx-debug-from-x86_64;
nvidia-jetson-orin-nx-debug-from-x86_64.x86_64-linux =
self.packages.x86_64-linux.nvidia-jetson-orin-nx-debug-from-x86_64;
microchip-icicle-kit-debug-from-x86_64.x86_64-linux =
self.packages.x86_64-linux.microchip-icicle-kit-debug-from-x86_64;
#microchip-icicle-kit-debug-from-x86_64.x86_64-linux =
# self.packages.x86_64-linux.microchip-icicle-kit-debug-from-x86_64;

# Build also cross-compiled images without demo apps
nvidia-jetson-orin-agx-debug-nodemoapps-from-x86_64.x86_64-linux =
Expand Down
8 changes: 4 additions & 4 deletions packages/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# SPDX-License-Identifier: Apache-2.0
{ self, inputs, ... }:
{
flake.packages.x86_64-linux.hart-software-services =
self.nixosConfigurations.microchip-icicle-kit-debug-from-x86_64.pkgs.callPackage
./hart-software-services
{ };
# flake.packages.x86_64-linux.hart-software-services =
# self.nixosConfigurations.microchip-icicle-kit-debug-from-x86_64.pkgs.callPackage
# ./hart-software-services
# { };
perSystem =
{
pkgs,
Expand Down
2 changes: 1 addition & 1 deletion targets/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
./lenovo-x1-installer/flake-module.nix
./laptop/flake-module.nix
./laptop-hw-scan/flake-module.nix
./microchip-icicle-kit/flake-module.nix
#./microchip-icicle-kit/flake-module.nix
./nvidia-jetson-orin/flake-module.nix
./vm/flake-module.nix
];
Expand Down

0 comments on commit 0f29278

Please sign in to comment.