mirror of
https://github.com/facebook/rocksdb.git
synced 2025-04-19 16:30:36 +08:00
Fix wget in check-format-and-targets (#13352)
Summary: https://raw.githubusercontent.com is not as reliable as we hoped. The same file is now available in RocksDB dependency bucket in S3. Replacing it with the new location to see if it's better. Pull Request resolved: https://github.com/facebook/rocksdb/pull/13352 Test Plan: [PR Job](https://github.com/facebook/rocksdb/actions/runs/13061435219/job/36445107386?pr=13352) ``` Run wget https://rocksdb-deps.s3.us-west-2.amazonaws.com/llvm/llvm-project/release/12.x/clang/tools/clang-format/clang-format-diff.py --2025-01-30 21:19:39-- https://rocksdb-deps.s3.us-west-2.amazonaws.com/llvm/llvm-project/release/12.x/clang/tools/clang-format/clang-format-diff.py Resolving rocksdb-deps.s3.us-west-2.amazonaws.com (rocksdb-deps.s3.us-west-2.amazonaws.com)... 3.5.80.189, 3.5.79.1[4](https://github.com/facebook/rocksdb/actions/runs/13061435219/job/36445107386?pr=13352#step:7:4), 52.92.2[4](https://github.com/facebook/rocksdb/actions/runs/13061435219/job/36445107386?pr=13352#step:7:5)3.114, ... Connecting to rocksdb-deps.s3.us-west-2.amazonaws.com (rocksdb-deps.s3.us-west-2.amazonaws.com)|3.[5](https://github.com/facebook/rocksdb/actions/runs/13061435219/job/36445107386?pr=13352#step:7:6).80.189|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 4881 (4.8K) [text/x-python-script] Saving to: ‘clang-format-diff.py’ 0K .... 100% 213M=0s 2025-01-30 21:19:39 (213 MB/s) - ‘clang-format-diff.py’ saved [4881/4881] ``` Reviewed By: mszeszko-meta Differential Revision: D68917940 Pulled By: jaykorean fbshipit-source-id: 3348d6dc362401af92733c6abe1568bc4da67726
This commit is contained in:
parent
1f0426c44b
commit
78210c82ad
2
.github/workflows/pr-jobs.yml
vendored
2
.github/workflows/pr-jobs.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
- name: Install argparse
|
||||
run: pip install argparse
|
||||
- name: Download clang-format-diff.py
|
||||
run: wget https://raw.githubusercontent.com/llvm/llvm-project/release/12.x/clang/tools/clang-format/clang-format-diff.py
|
||||
run: wget https://rocksdb-deps.s3.us-west-2.amazonaws.com/llvm/llvm-project/release/12.x/clang/tools/clang-format/clang-format-diff.py
|
||||
- name: Check format
|
||||
run: VERBOSE_CHECK=1 make check-format
|
||||
- name: Compare buckify output
|
||||
|
Loading…
x
Reference in New Issue
Block a user