gearman / gearmand

http://gearman.org/
Other
737 stars 138 forks source link

Change CI to test Ubuntu 18.04 in containers #371

Closed esabol closed 1 year ago

esabol commented 1 year ago

This PR addresses issue #366.

Because GitHub has deprecated the Ubuntu-18.04 workers, the gearmand CI jobs which run on Ubuntu 18.04 need to be migrated to run in containers instead.

esabol commented 1 year ago

DO NOT MERGE YET. Testing. This probably won't work initially because doing anything network-related with containers in GitHub Actions is super-painful.

Hooray! It only took me 4 tries and ~2 hours to get the Ubuntu 18.04 tests working again inside containers. Merging this....