You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we could run the testsuite with GitHub Actions. The challenge here is that (by default) GitHub Actions run on ubuntu. Running on Slackware would require a custom runner being hosted somewhere.
We can investigate, however, if we can get all the required dependencies available on a ubuntu system (pkgtools, primarily).
Another alternative would be trying to run the testsuite inside a Slackware docker container.
The text was updated successfully, but these errors were encountered:
It would be nice if we could run the testsuite with GitHub Actions. The challenge here is that (by default) GitHub Actions run on ubuntu. Running on Slackware would require a custom runner being hosted somewhere.
We can investigate, however, if we can get all the required dependencies available on a ubuntu system (pkgtools, primarily).
Another alternative would be trying to run the testsuite inside a Slackware docker container.
The text was updated successfully, but these errors were encountered: