Differences From Artifact [e6e431fbe8]:
- File .github/workflows/ubuntu-20.04-32bit.yml — part of check-in [212dbf6dcf] at 2022-01-22 17:35:15 on branch trunk — GitHub Actions: Install 32 bit libs where needed (user: js, size: 1074) [annotate] [blame] [check-ins using]
To Artifact [8eb399030f]:
- File
.github/workflows/ubuntu-20.04-32bit.yml
— part of check-in
[4aa544351d]
at
2022-01-26 18:19:09
on branch trunk
— GitHub Actions: Disable TLS for 32 bit Ubuntu
For some reason, gnutls-dev:i386 just doesn't exist on GitHub Actions,
while it does in a local Ubuntu VM. (user: js, size: 1226) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - - - - - - - - - - - - - + + + + + + + + + + + + + - + | name: ubuntu-20.04, 32 bit on: [push, pull_request] jobs: tests: runs-on: ubuntu-20.04 strategy: matrix: configure_flags: |
︙ |