Commit f2d5f1d
committed
fix KLayout install being skipped on Ubuntu 24.04
The apt fallback for Ubuntu >= 23.04 was silently installing whatever
version Ubuntu ships (0.28.16) rather than the pinned 0.30.7 .deb from
klayout.org. On 24.04 VMs where klayout was already present via apt,
every setup.sh run reported "already the newest version" and skipped
the update entirely.
Drop the apt fallback so 24.04 uses the same versioned .deb download
and checksum verification path as 20.04 and 22.04. Non-LTS versions
(23.04, 23.10) now fail fast with a clear message pointing to supported
LTS releases.
Signed-off-by: Joao Luis Sombrio <sombrio@sombrasoft.dev>1 parent a1aaea2 commit f2d5f1d
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
204 | 202 | | |
205 | 203 | | |
206 | 204 | | |
| |||
227 | 225 | | |
228 | 226 | | |
229 | 227 | | |
230 | | - | |
| 228 | + | |
231 | 229 | | |
232 | 230 | | |
233 | 231 | | |
| |||
0 commit comments