Ver código fonte

ci: use the new syscall path (#7207)

Yihau Chen 3 meses atrás
pai
commit
8f25696472
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      scripts/cargo-install-all.sh

+ 1 - 1
scripts/cargo-install-all.sh

@@ -220,7 +220,7 @@ fi
 
 
 if [[ -z "$validatorOnly" ]]; then
 if [[ -z "$validatorOnly" ]]; then
   # shellcheck disable=SC2086 # Don't want to double quote $rust_version
   # shellcheck disable=SC2086 # Don't want to double quote $rust_version
-  "$cargo" $maybeRustVersion build --manifest-path programs/bpf_loader/gen-syscall-list/Cargo.toml
+  "$cargo" $maybeRustVersion build --manifest-path syscalls/gen-syscall-list/Cargo.toml
   # shellcheck disable=SC2086 # Don't want to double quote $rust_version
   # shellcheck disable=SC2086 # Don't want to double quote $rust_version
   "$cargo" $maybeRustVersion run --bin gen-headers
   "$cargo" $maybeRustVersion run --bin gen-headers
   mkdir -p "$installDir"/bin/platform-tools-sdk/sbf
   mkdir -p "$installDir"/bin/platform-tools-sdk/sbf