pkgdep/git: remove cherry-picking for 21.04 in refspdk
Those lines are needed no more due to no 21.04 support Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com> Change-Id: Ia53b04ce6953fed0fbb19779199382f63801380b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13498 Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
1ca5b341e5
commit
ac3f864830
@ -50,11 +50,6 @@ function install_refspdk() {
|
||||
|
||||
release=${release#v}
|
||||
|
||||
if ((gcc_version >= 11)) && le "$release" 21.04; then
|
||||
cherry_picks+=("36b5a69bb0699694b53a2f08a13cc0de620450a9")
|
||||
cherry_picks+=("2ac152158116a17b863270a4731977d9ddedf50d")
|
||||
fi
|
||||
|
||||
if [[ $OSID == "freebsd" ]]; then
|
||||
# Fetch all the branches
|
||||
git -C "$output_dir" fetch origin '+refs/heads/v*:refs/remotes/origin/v*'
|
||||
|
Loading…
Reference in New Issue
Block a user