Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate end-to-end tests from Travis CI to Github Actions #160

Open
heuermh opened this issue Jan 26, 2022 · 1 comment · Fixed by #171
Open

Migrate end-to-end tests from Travis CI to Github Actions #160

heuermh opened this issue Jan 26, 2022 · 1 comment · Fixed by #171
Milestone

Comments

@heuermh
Copy link
Contributor

heuermh commented Jan 26, 2022

The end-to-end tests in the Travis CI build have yet to be migrated over to Github Actions.

@heuermh
Copy link
Contributor Author

heuermh commented Feb 24, 2022

Run https://github.com/disq-bio/disq/runs/5323861644 failed due to missing curl dependency

...
gcc -g -Wall -O2 -fvisibility=hidden -I.  -c -o hfile_libcurl.o hfile_libcurl.c
hfile_libcurl.c:47:10: fatal error: curl/curl.h: No such file or directory
   47 | #include <curl/curl.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:164: hfile_libcurl.o] Error 1
make[1]: Leaving directory '/home/runner/work/disq/disq/bcftools-1.14/htslib-1.14'
make: *** [htslib-1.14/htslib.mk:159: htslib-1.14/hts-object-files] Error 2
Error: Process completed with exit code 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant