Script updates
Codecov Report
Merging #32 (d44e139) into master (105d6fc) will not change coverage. The diff coverage is
n/a.
:exclamation: Current head d44e139 differs from pull request most recent head 922aae5. Consider uploading reports for the commit 922aae5 to get more accurate results
@@ Coverage Diff @@
## master #32 +/- ##
=======================================
Coverage 17.24% 17.24%
=======================================
Files 5 5
Lines 603 603
=======================================
Hits 104 104
Misses 499 499
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/luadriver.c | 25.00% <ø> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Qasim Abdullah (Travis CI)
Oct 15, 2021, 13:44 GMT-3
Hello Cody,
Thank you for reaching out! I will happily assist you.
While our Infra team is working on a deep analysis on this issue, following workaround has been suggested by them. Please, add it to before_install step and see if that resolves the issue:
sudo apt update && sudo apt install libgnutls-openssl27 libgnutls30
Thank you and we will follow-up on your reply.
Best,
--
Qasim
Your Friends @Travis CI
Test and Deploy with Confidence.
www.travis-ci.com
—
Travis CI GmbH, Rigaer Str.8, 10247 Berlin, Germany | GF/CEO: Randy Jacops | Contact: [email protected] | Amtsgericht Charlottenburg, Berlin, HRB 140133 B | Umsatzsteuer-ID gemäß §27 a Umsatzsteuergesetz: DE282002648
I have to give up on travis-ci while they fix their issues regarding openssl.
Looks like there is a race error in building due to not being able to call my scripts and exit them with exit /b 0 back to the caller. https://github.com/github/feedback/discussions/6432
Looks like circle ci has the same exact issue as github.
This library depends too heavily on objcopy, which is used to take puc-lua and run files through the official compiler code instead of reimplementing the compiler. It would be proper to reimplement to drop this dependency.