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

install dotnet in prepare-machine.ps1 #4363

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ami-GS
Copy link
Contributor

@ami-GS ami-GS commented Jun 18, 2024

Description

Installing dotnet always hit known issue
https://learn.microsoft.com/en-us/dotnet/core/install/linux-package-mixup?pivots=os-linux-ubuntu

The cause should be because we already set repository for powershell which conflicts with the dotnet components.

Testing

Locally done

Documentation

N/A

@ami-GS ami-GS requested a review from a team as a code owner June 18, 2024 05:39
Copy link

codecov bot commented Jun 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.27%. Comparing base (b7b2021) to head (40c9082).
Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4363      +/-   ##
==========================================
+ Coverage   84.27%   85.27%   +1.00%     
==========================================
  Files          56       56              
  Lines       15426    15426              
==========================================
+ Hits        13000    13155     +155     
+ Misses       2426     2271     -155     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -15,5 +15,5 @@ if [ $sessionCreated -eq 0 ]; then
lttng destroy msquic

babeltrace --names all $dirname/data > $dirname/quic.babel.txt
./submodules/clog/src/clog2text/clog2text_lttng/bin/Release/net6.0/publish/clog2text_lttng -i $dirname/quic.babel.txt -s ./src/manifest/clog.sidecar -o $dirname/quic.log --showTimestamp --showCpuInfo
./submodules/clog/src/clog2text/clog2text_lttng/bin/Debug/net6.0/publish/clog2text_lttng -i $dirname/quic.babel.txt -s ./src/manifest/clog.sidecar -o $dirname/quic.log --showTimestamp --showCpuInfo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't be using debug

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pwsh ./scripts/prepare-machine.ps1 generates this Debug build automatically though

Maybe this

    dotnet build (Join-Path $RootDir submodules clog)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants