Ran
|
Jobs
1
|
Files
284
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
Container: Update make-binaries to support setup-beam v1.17.2 With setup-beam v1.17.2, make-binaries failed in the Container action with: * ERROR: No usable Erlang/OTP system for the build machine found! Cannot * cross compile without such a system. * * Either build a bootstrap system for the build machine, or provide * an Erlang/OTP-26 system in the $PATH, and try again. For more * information on cross compiling Erlang/OTP-26, see the * $ERL_TOP/xcomp/README file. The problematic commit is: https://github.com/erlef/setup-beam/commit/cf854bf14 more concretely this change: - core.exportVariable(installDirForVarName, cachePath) + core.exportVariable(installDirForVarName, catchPathBin) Up until setup-beam@v1.17.1, the INSTALL_DIR_FOR_OTP was something like /opt/hostedtoolcache/otp/ubuntu-22.04/OTP-26.1.1/x64 but starting in v1.17.2, the path contains /bin, for example: /opt/hostedtoolcache/otp/ubuntu-22.04/OTP-26.1.1/x64/bin
13527 of 41639 relevant lines covered (32.49%)
643.19 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 664.1 | 284 |
32.49 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|