We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee78ea9 commit ee1db7cCopy full SHA for ee1db7c
base/debian/rules
@@ -22,6 +22,6 @@ override_dh_installinit:
22
23
# the `--workspace_status_command` flag path depends on the current working directory of base/cvd
24
override_dh_auto_build:
25
- cd cvd && bazel build --linkopt="-Wl,--build-id=sha1" 'cuttlefish/package:cvd' --spawn_strategy=local --workspace_status_command=../../tools/buildutils/stamp_helper.sh --build_tag_filters=-clang-tidy
+ cd cvd && bazel build --linkopt="-Wl,--build-id=sha1" 'cuttlefish/package:cvd' --spawn_strategy=local --workspace_status_command=../stamp_helper.sh --build_tag_filters=-clang-tidy
26
dh_auto_build
27
tools/buildutils/stamp_helper.sh renamed to base/stamp_helper.sh
0 commit comments