Searched +full:- +full:yq (Results 1 – 5 of 5) sorted by relevance
10 …BUILD_DEPS: automake bison flex git libboost-all-dev libevent-dev libssl-dev libtool make pkg-conf…20 os: [ubuntu-20.04, ubuntu-22.04]21 runs-on: ${{ matrix.os }}23 - uses: actions/checkout@v325 - name: Install dependencies27 sudo apt-get update -yq28 sudo apt-get install -y --no-install-recommends g++ $BUILD_DEPS30 - name: Run bootstrap33 - name: Run configure34 run: ./configure --disable-debug --disable-tests --disable-libs[all …]
10 BUILD_DEPS: bison flex g++ libboost-all-dev libevent-dev libssl-dev make cmake17 runs-on: ubuntu-20.0419 - uses: actions/checkout@v321 - name: Install dependencies23 sudo apt-get update -yq24 sudo apt-get install -y --no-install-recommends $BUILD_DEPS26 - name: Generate makefile using CMake30 cmake .. -DBUILD_LIBRARIES=OFF32 - name: Run make35 cmake --build .[all …]
5 # http://www.apache.org/licenses/LICENSE-2.018 FROM buildpack-deps:focal-scm24 RUN apt-get update -yq && \25 apt-get dist-upgrade -y && \26 apt-get install -y --no-install-recommends --fix-missing \28 apt-transport-https \29 apt-utils \32 software-properties-common \36 RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \41 RUN curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d…[all …]
5 # http://www.apache.org/licenses/LICENSE-2.018 FROM buildpack-deps:jammy-scm24 RUN apt-get update -yq && \25 apt-get dist-upgrade -y && \26 apt-get install -y --no-install-recommends --fix-missing \28 apt-transport-https \29 apt-utils \32 software-properties-common \36 RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \41 RUN curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d…[all …]
5 # http://www.apache.org/licenses/LICENSE-2.018 FROM buildpack-deps:bionic-scm24 RUN apt-get update -yq && \25 apt-get dist-upgrade -y && \26 apt-get install -y --no-install-recommends --fix-missing \28 apt-transport-https \29 apt-utils \32 software-properties-common \36 RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \41 RUN curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d…[all …]