Skip to content
Snippets Groups Projects
Commit b2732e96e095 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Remove software build rules for ios_xr


Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent 47c679f41aa9
No related branches found
No related tags found
2 merge requests!55Intermediate build after shift of stable series,!54GitLab 14.4
......@@ -52,11 +52,6 @@
build do
env['CFLAGS'] << ' -fno-omit-frame-pointer'
# wrlinux7/ios_xr build boxes from Cisco include libssp and there is no way to
# disable ruby from linking against it, but Cisco switches will not have the
# library. Disabling it as we do for Solaris.
patch source: 'ruby-no-stack-protector.patch', plevel: 1, env: env if ios_xr? && version.satisfies?('>= 2.1')
# disable libpath in mkmf across all platforms, it trolls omnibus and
# breaks the postgresql cookbook. i'm not sure why ruby authors decided
# this was a good idea, but it breaks our use case hard. AIX cannot even
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment