Ilya Shipitsin

Results 618 comments of Ilya Shipitsin

How did you install openssl-1.1.1 with quic, can you provide some details? On Tue, Aug 2, 2022, 5:23 PM hpn0t0ad ***@***.***> wrote: > Detailed Description of the Problem > >...

3.0.5 is used mostly, I'm not sure whether QUIC works well in 1.1.1 if you have a chance, can you try 3.0.5 ?

well, I'll try to dig on third

btw, we can filter some folders from triggering CI there're few doc update, but why to waste electricity ? alternatevly "skip CI" might be added to commit message, but I'm...

it fails very often on FreeBSD https://github.com/haproxy/haproxy/runs/1425069875 cirrus-ci is very limited by CPU/memory/whatever, we can try to reproduce on various vm sizes

github actions use MacOS x86_64 ![image](https://user-images.githubusercontent.com/2217296/175353124-ce1289b4-73b0-4dd3-b84a-9658ee9537fe.png) in theory we can enable QUIC on weekly travis-ci: https://app.travis-ci.com/github/haproxy/haproxy/builds also, we can try cross build on Linux (Linux builds are cheep. I'll have...

BTW, there are docker arm64 images. are they being built with QUIC enabled )) ?

@haproxyFred , I tried to add "-m32" flags to build, I wonder how do you build it, can you share please ? ``` make CC=gcc ERR=1 TARGET=linux-glibc DEBUG_CFLAGS="-m32" LDFLAGS="-m32" ```...

after installing `gcc-multilib-i686-linux-gnu` : ``` CC src/cpuset.o In file included from /usr/include/bits/param.h:28, from /usr/include/sys/param.h:31, from include/haproxy/compat.h:28, from include/haproxy/api-t.h:35, from include/haproxy/activity-t.h:25, from include/haproxy/activity.h:25, from src/ev_poll.c:20: /usr/include/linux/param.h:5:10: fatal error: asm/param.h: No such...

nevermind, I've managed to build "-m32" on Fedora