-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(rce): support ocaml 2.1.5 #162
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #162 +/- ##
=======================================
Coverage 81.17% 81.17%
=======================================
Files 34 34
Lines 1535 1535
Branches 140 140
=======================================
Hits 1246 1246
Misses 223 223
Partials 66 66
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
2a58491
to
b870aae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an error on the CI
#7 5175.3 Installing ocaml.
#7 5175.3 ## Downloading opam 2.1.5 for linux on x86_64...
#7 5175.3
#7 5175.3 ## Downloaded.
#7 5175.3
#7 5175.3 ## Where should it be installed ? [/usr/local/bin]
#7 5175.3 ## Backing up /opt/ocaml/2.1.5 to 2.1.5. (this may take a while)
#7 5175.3
#7 5175.3 ## /opt/ocaml/2.1.5 backed up as 2.1.5.
#7 5175.3
#7 5175.3 ## opam 2.1.5 installed to /opt/ocaml/2.1.5
#7 5175.3
#7 5175.3 ## Converting the opam root format & updating
#7 5175.3
#7 5175.3 No configuration file found, using built-in defaults.
#7 5175.3 Proceed? [Y/n] n
It seems like the installation requires confirmation, yet we're running the container with DEBIAN_FRONTEND=noninteractive
. You might wanna customize your installation, or... try to build from source.
b870aae
to
9e5ac13
Compare
Your CI is still broken
|
No description provided.