Conversation
| curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.2.5/powershell-7.2.5-linux-alpine-x64.tar.gz | tar xfz - && \ | ||
| cd .. && \ | ||
| git clone --depth 1 --single-branch --branch release/7.0 --recursive https://github.com/dotnet/msquic && \ | ||
| git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \ |
There was a problem hiding this comment.
Does this image contain libnuma-dev?
There was a problem hiding this comment.
yes, it does. I did not add it explicitly so it is probably pulled in via dependency
fd3c746d0f75:/$ apk list | grep numa
numactl-2.0.16-r1 x86_64 {numactl} (LGPL-2.1-only) [installed]
numactl-dev-2.0.16-r1 x86_64 {numactl} (LGPL-2.1-only) [installed]
numactl-doc-2.0.16-r1 x86_64 {numactl} (LGPL-2.1-only)
numactl-tools-2.0.16-r1 x86_64 {numactl} (GPL-2.0-only)
more importantly, msquic builds - I assume this is what you ask
any idea what the LANG is not set @MattGal @mthalman ? |
|
@wfurt I think this is an OS or docker bug. Your same changes are in https://github.com/dotnet/dotnet-buildtools-prereqs-docker/blob/main/src/alpine/3.15/helix/amd64/Dockerfile and the same test passed on Alpine 3.15 |
|
Ah, it seems to be bash. ... but ... As for why weird linux stuff happens that's usually the kind of question I ask YOU, @wfurt :) basically Bash 5.2 doesn't like respecting the environment ? |
We switch from msquic 2.1 to main so we can test upcoming 2.2.
main has now partial support for OpenSSL 3. I added 3.17 (current stable) image so we can test it.
I did not update ARM as we don't have immediate need to test it. (may come later)