소스 검색

ci: use the new syscall path (#7207)

Yihau Chen 3 달 전
부모
커밋
8f25696472
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/cargo-install-all.sh

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

@@ -220,7 +220,7 @@ fi
 
 if [[ -z "$validatorOnly" ]]; then
   # 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
   "$cargo" $maybeRustVersion run --bin gen-headers
   mkdir -p "$installDir"/bin/platform-tools-sdk/sbf