Skip to content

Commit

Permalink
scripts.generate: fix update order
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Nov 4, 2024
1 parent 62ef933 commit cffaa1a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/scripts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,13 @@
go generate ./...
done < <(go list -f '{{.Dir}}' -m)
echo "Updating vendorHash of contrast.cli package" >&2
nix-update --version=skip --flake legacyPackages.x86_64-linux.contrast
echo "Updating vendorHash of service-mesh package" >&2
nix-update --version=skip --flake legacyPackages.x86_64-linux.service-mesh
# Notice: Order matters! Packages must be updated before their dependents.
echo "Updating vendorHash of tdx-measure package" >&2
nix-update --version=skip --flake legacyPackages.x86_64-linux.tdx-measure
echo "Updating vendorHash of service-mesh package" >&2
nix-update --version=skip --flake legacyPackages.x86_64-linux.service-mesh
echo "Updating vendorHash of contrast.cli package" >&2
nix-update --version=skip --flake legacyPackages.x86_64-linux.contrast
echo "Updating src hash of kata.kata-kernel-uvm.configfile" >&2
nix-update --version=skip --flake legacyPackages.x86_64-linux.kata.kata-kernel-uvm.configfile
Expand Down

0 comments on commit cffaa1a

Please sign in to comment.