feat: use libc from jessie on wheezy
This commit is contained in:
parent
5813721dc9
commit
3d70591717
@ -314,6 +314,9 @@ func (d Debian) runs() (commands []string) {
|
||||
cmdf("echo 'Pin-Priority: 10' >> /etc/apt/preferences.d/jessie")
|
||||
|
||||
cmdf("apt-get -y update")
|
||||
|
||||
// glibc guarantee backwards compatibility, so should be no problem
|
||||
cmdf("apt-get -y install -t jessie libc6-dev")
|
||||
}
|
||||
|
||||
if d.release == 12 {
|
||||
|
Loading…
Reference in New Issue
Block a user