Remove Ubuntu 16.04 from images

This commit is contained in:
Vladimir Safonkin
2021-10-12 16:10:31 +03:00
parent 42ff8b9a2a
commit 6b02f07da7
4 changed files with 3 additions and 27 deletions

View File

@ -86,10 +86,7 @@ class UbuntuPythonBuilder : NixPythonBuilder {
Execute-Command -Command "sudo apt install -y $_"
}
if ($this.Platform -ne "linux-16.04") {
### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev
Execute-Command -Command "sudo apt install -y libgdbm-compat-dev"
}
### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev
Execute-Command -Command "sudo apt install -y libgdbm-compat-dev"
}
}