Skip to content

Commit 342c5f9

Browse files
committed
test(bazel): Update expected results
Apparently, some VCS URLs were added upstream. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 89701d1 commit 342c5f9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

plugins/package-managers/bazel/src/funTest/assets/projects/synthetic/bazel-7.2-expected-output.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,12 @@ packages:
225225
algorithm: "SHA-256"
226226
vcs:
227227
type: "Git"
228-
url: ""
228+
url: "https://github.com/bazelbuild/rules_cc"
229229
revision: ""
230230
path: ""
231231
vcs_processed:
232232
type: "Git"
233-
url: ""
233+
url: "https://github.com/bazelbuild/rules_cc.git"
234234
revision: ""
235235
path: ""
236236
- id: "Bazel::rules_license:0.0.7"

plugins/package-managers/bazel/src/funTest/assets/projects/synthetic/bazel-expected-output-archive-override.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,12 +382,12 @@ packages:
382382
algorithm: "SHA-256"
383383
vcs:
384384
type: "Git"
385-
url: ""
385+
url: "https://github.com/bazelbuild/rules_cc"
386386
revision: ""
387387
path: ""
388388
vcs_processed:
389389
type: "Git"
390-
url: ""
390+
url: "https://github.com/bazelbuild/rules_cc.git"
391391
revision: ""
392392
path: ""
393393
- id: "Bazel::rules_cuda:0.1.1"

plugins/package-managers/bazel/src/funTest/assets/projects/synthetic/bazel-expected-output.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,12 @@ packages:
225225
algorithm: "SHA-256"
226226
vcs:
227227
type: "Git"
228-
url: ""
228+
url: "https://github.com/bazelbuild/rules_cc"
229229
revision: ""
230230
path: ""
231231
vcs_processed:
232232
type: "Git"
233-
url: ""
233+
url: "https://github.com/bazelbuild/rules_cc.git"
234234
revision: ""
235235
path: ""
236236
- id: "Bazel::rules_license:0.0.7"

0 commit comments

Comments
 (0)