feat: initial commit #1
Annotations
1 error and 1 warning
Build and push Docker image (amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c git clone --depth=1 https://github.com/defo-project/openssl openssl && cd openssl && ./config && make -j8 && make install_sw && ldconfig && cd .. && rm -rf openssl && git clone --depth=1 https://github.com/defo-project/curl && cd curl && autoreconf -fi && PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --with-openssl --enable-ech --enable-httpsrr --enable-debug && make -j8 && make install && cd .. && rm -rf curl && git clone --depth=1 https://github.com/irl/cpython.git && cd cpython && git checkout ech && LD_LIBRARY_PATH=/usr/local/lib LDFLAGS=\"-Wl,-rpath,/usr/local/lib\" CFLAGS=\"-I/usr/local/include\" ./configure --with-openssl=/usr/local && make -j8 && make install && cd .. && rm -rf cpython && mkdir -p /code/test-code && LD_LIBRARY_PATH=/usr/local/lib /usr/local/bin/python3.13 -m venv /code/venv && . /code/venv/bin/activate && pip install --no-cache-dir certifi dnspython httptools" did not complete successfully: exit code: 1
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading