Skip to content

Commit

Permalink
Merge pull request #21366 from boegel/20240910195618_new_pr_Brunsli01
Browse files Browse the repository at this point in the history
remove Highway build dependency in Brunsli easyconfigs, since it's not actually required at all
  • Loading branch information
ocaisa authored Sep 10, 2024
2 parents c9a0e51 + 1736a12 commit 79f5663
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ builddependencies = [

dependencies = [
('Brotli', '1.0.9'),
('Highway', '0.12.2'),
]

# skip use of third_party directory, since we provide Brotli via a proper dependency
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ builddependencies = [

dependencies = [
('Brotli', '1.0.9'),
('Highway', '0.12.2'),
]

# skip use of third_party directory, since we provide Brotli via a proper dependency
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ builddependencies = [

dependencies = [
('Brotli', '1.0.9'),
('Highway', '1.0.3'),
]

# skip use of third_party directory, since we provide Brotli via a proper dependency
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ builddependencies = [

dependencies = [
('Brotli', '1.0.9'),
('Highway', '1.0.3'),
]

# skip use of third_party directory, since we provide Brotli via a proper dependency
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ builddependencies = [

dependencies = [
('Brotli', '1.0.9'),
('Highway', '1.0.4'),
]

# skip use of third_party directory, since we provide Brotli via a proper dependency
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ builddependencies = [

dependencies = [
('Brotli', '1.1.0'),
('Highway', '1.0.7'),
]

# skip use of third_party directory, since we provide Brotli via a proper dependency
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ builddependencies = [

dependencies = [
('Brotli', '1.1.0'),
('Highway', '1.2.0'),
]

# skip use of third_party directory, since we provide Brotli via a proper dependency
Expand Down

0 comments on commit 79f5663

Please sign in to comment.