Home
last modified time | relevance | path

Searched +full:- +full:yq (Results 1 – 5 of 5) sorted by relevance

/thrift-3.4.0/.github/workflows/
Dbuild.yml10 …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@v3
25 - name: Install dependencies
27 sudo apt-get update -yq
28 sudo apt-get install -y --no-install-recommends g++ $BUILD_DEPS
30 - name: Run bootstrap
33 - name: Run configure
34 run: ./configure --disable-debug --disable-tests --disable-libs
[all …]
Dcmake.yml10 BUILD_DEPS: bison flex g++ libboost-all-dev libevent-dev libssl-dev make cmake
17 runs-on: ubuntu-20.04
19 - uses: actions/checkout@v3
21 - name: Install dependencies
23 sudo apt-get update -yq
24 sudo apt-get install -y --no-install-recommends $BUILD_DEPS
26 - name: Generate makefile using CMake
30 cmake .. -DBUILD_LIBRARIES=OFF
32 - name: Run make
35 cmake --build .
[all …]
/thrift-3.4.0/build/docker/ubuntu-focal/
DDockerfile5 # http://www.apache.org/licenses/LICENSE-2.0
18 FROM buildpack-deps:focal-scm
24 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 …]
/thrift-3.4.0/build/docker/ubuntu-jammy/
DDockerfile5 # http://www.apache.org/licenses/LICENSE-2.0
18 FROM buildpack-deps:jammy-scm
24 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 …]
/thrift-3.4.0/build/docker/ubuntu-bionic/
DDockerfile5 # http://www.apache.org/licenses/LICENSE-2.0
18 FROM buildpack-deps:bionic-scm
24 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 …]