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

Attempt at fixing msquic #316

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MarcoPolo
Copy link

I was getting weird errors locally, so I'm curious if this passes in CI.

I think the errors are compose related:

Copying logs from server failed: 2 error(s) decoding:

* error decoding 'Volumes[0]': invalid spec: :/www:ro: empty section between colons
* error decoding 'Volumes[1]': invalid spec: :/certs:ro: empty section between colons
must specify at least one container source

@MarcoPolo
Copy link
Author

Relevant changes to the dockerfile:

COPY --from=source /src/submodules/clog /clog
RUN apt install --no-install-recommends -y dotnet-runtime-6.0 dotnet-sdk-6.0 dotnet-host
RUN dotnet build /clog/src/clog2text/clog2text_lttng/ -c Release
ENV PATH="/clog/src/clog2text/clog2text_lttng/bin/Release/net6.0/:${PATH}"

at the end (before entrypoint)

@marten-seemann
Copy link
Collaborator

The PR doesn't trigger an interop run (since one run takes ~3h), unless you change the GHA workflow file as well. Happy to approve to allow for debugging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants