소스 검색

Update a bug number in a TODO

Bug: 1205263
Change-Id: Iff55491a058d2f75747b6206c39fa77e092196d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2895148
Commit-Queue: Dirk Pranke <dpranke@google.com>
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Nico Weber 4 년 전
부모
커밋
36179f5548
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cipd

+ 1 - 1
cipd

@@ -30,7 +30,7 @@ case "${UNAME}" in
     ;;
     ;;
   darwin)
   darwin)
     OS=mac
     OS=mac
-    # use amd64 binaries even on arm64 for now, see crbug.com/1102967
+    # use amd64 binaries even on arm64 for now, see crbug.com/1205263
     # Once we have arm binaries of everything, this will change to "arm64"
     # Once we have arm binaries of everything, this will change to "arm64"
     # Run `echo "mac-arm64" > .cipd_client_platform` to force arm64 binaries
     # Run `echo "mac-arm64" > .cipd_client_platform` to force arm64 binaries
     # before everything is ready, for testing.
     # before everything is ready, for testing.