Skip to content

Commit

Permalink
Update FBOSS OSS build to link with v4.12.0 of iproute2
Browse files Browse the repository at this point in the history
Summary:
fboss-oss build links to hash that corresponds to tag v4.4.0 released on Jan 11 2016

```
repo_url = https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
rev = 92a0236a3cdf3438000834121b7ea8a09f1f52b1
```

The change is to update the iproute2 version to ```v4.12.0``` (July 5 2017) to match with the version used internally to Facebook

Reviewed By: shri-khare

Differential Revision: D21411714

fbshipit-source-id: fac606396e284193bb7199cf60d2601594bfa5f0
  • Loading branch information
Ravindra Sunkad authored and facebook-github-bot committed May 7, 2020
1 parent 98a64c2 commit 692063d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/fbcode_builder/manifests/iproute2
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[manifest]
name = iproute2

[git]
repo_url = https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
rev = 92a0236a3cdf3438000834121b7ea8a09f1f52b1
depth = 1500
[download]
url = https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/iproute2-4.12.0.tar.gz
sha256 = 46612a1e2d01bb31932557bccdb1b8618cae9a439dfffc08ef35ed8e197f14ce

[build.os=linux]
builder = iproute2
subdir = iproute2-4.12.0

[build.not(os=linux)]
builder = nop

0 comments on commit 692063d

Please sign in to comment.