Skip to content
New issue

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

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

Already on GitHub? # to your account

[ci] Allow rerunning gh actions with debug logging. #187

Merged
merged 3 commits into from
Jan 21, 2024

Conversation

vgvassilev
Copy link
Contributor

In this case we open an ssh session for 30 mins.

Copy link

codecov bot commented Jan 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (240f6a6) 78.67% compared to head (1425c77) 78.67%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #187   +/-   ##
=======================================
  Coverage   78.67%   78.67%           
=======================================
  Files           8        8           
  Lines        3053     3053           
=======================================
  Hits         2402     2402           
  Misses        651      651           

In this case we open an ssh session for 30 mins.
… PR.

This should fix our cache upload problems on the main branch.
@mcbarton
Copy link
Collaborator

@vgvassilev The follow error needs to be solved with the Windows build CI (occurs when build CppInterOp).

CMake Error: Invalid value used with --config

Could you please fix with this PR?

My suggestion is to try changing
https://github.com/vgvassilev/CppInterOp/blob/6d0f691da73e8dad01e3ea2ad1bd8a754722c965/.github/workflows/ci.yml#L309

to

echo "BUILD_TYPE=Release" >> $env:GITHUB_ENV
echo "CODE_COVERAGE=0" >>  $env:GITHUB_ENV

@vgvassilev
Copy link
Contributor Author

@vgvassilev The follow error needs to be solved with the Windows build CI (occurs when build CppInterOp).

CMake Error: Invalid value used with --config

Could you please fix with this PR?

My suggestion is to try changing https://github.com/vgvassilev/CppInterOp/blob/6d0f691da73e8dad01e3ea2ad1bd8a754722c965/.github/workflows/ci.yml#L309

to

echo "BUILD_TYPE=Release" >> $env:GITHUB_ENV
echo "CODE_COVERAGE=0" >>  $env:GITHUB_ENV

Thanks for the hint. Let's try it.

@vgvassilev vgvassilev merged commit 6ed1c1b into compiler-research:main Jan 21, 2024
14 of 17 checks passed
@vgvassilev vgvassilev deleted the debugging branch January 21, 2024 21:11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants