Searched +full:apt +full:- +full:get (Results 1 – 16 of 16) sorted by relevance
/thrift-3.4.0/build/docker/old/debian-stretch/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 16 # - d: deimos for libevent and openssl disabled - build errors 17 # - dotnetcore, because netcore is for 1.0.0-preview and 2.0.0 is out 18 # - rust: cargo not in debian repo - perhaps not needed? 20 FROM buildpack-deps:stretch-scm 25 ### Add apt repos 27 RUN apt-get update && apt-get install -y --no-install-recommends apt apt-transport-https curl wget … 30 …N wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/… 31 apt-get update && apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring 34 RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \ [all …]
|
/thrift-3.4.0/contrib/ |
D | Vagrantfile | 1 # -*- mode: ruby -*- 13 # http://www.apache.org/licenses/LICENSE-2.0 27 sudo fallocate -l 2G /swapfile 31 sudo swapon -s 34 sudo DEBIAN_FRONTEND=noninteractive apt-get update -qq -y 35 sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade -qq -y 38 # --- 40 sudo apt-get install -qq automake libtool flex bison pkg-config g++ libssl-dev make git debhelper 43 sudo apt-get install -qq libboost-dev libboost-test-dev libboost-program-options-dev libboost-files… 46 sudo apt-get install -qq ant openjdk-8-jdk maven [all …]
|
/thrift-3.4.0/build/docker/old/ubuntu-artful/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 16 # - cpp: stock boost 1.62 in artful has a nasty bug so we use stock boost 1.63 17 # - d: dmd does not come with Ubuntu 18 # - dart: does not come with Ubuntu. Pinned to last 1.x release 19 # - dotnet: does not come with Ubuntu 20 # - haxe: version 3.4.2 that comes with Ubuntu cores in our CI build 21 # - go: artful comes with 1.9, we want the latest (supported) 22 # - nodejs: want v8, artful comes with v6 25 FROM buildpack-deps:artful-scm 29 ### Add apt repos [all …]
|
/thrift-3.4.0/build/docker/old/ubuntu-trusty/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 16 # - d: does not come with Ubuntu so we're installing 2.070.0 17 # - dart: does not come with Ubuntu so we're installing 1.20.1 18 # - dotnetcore, disabled because netcore is for 1.0.0-preview and 2.0.0 is out 19 # - haxe, disabled because the distro comes with 3.0.0 and it cores while installing 20 # - node.js, disabled because it is at 0.10.0 in the distro which is too old (need 4+) 21 # - ocaml, disabled because it fails to install properly 24 FROM buildpack-deps:trusty-scm 28 ### Add apt repos 30 RUN apt-get update && \ [all …]
|
/thrift-3.4.0/build/docker/old/debian-jessie/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 16 # - dotnetcore 17 # - rust 19 FROM buildpack-deps:jessie-scm 24 # Add apt sources 25 # jessie-backports for cmake and some ruby bits 26 RUN echo "deb http://ftp.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/jessie-… 29 RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \ 30 ….googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart… 31 sed -i /etc/apt/sources.list.d/dart_stable.list -e 's/https:/http:/g' [all …]
|
/thrift-3.4.0/build/docker/ubuntu-bionic/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 18 FROM buildpack-deps:bionic-scm 22 ### Add apt repos 24 RUN apt-get update -yq && \ 25 apt-get dist-upgrade -y && \ 26 apt-get install -y --no-install-recommends --fix-missing \ 27 apt \ 28 apt-transport-https \ 29 apt-utils \ 32 software-properties-common \ [all …]
|
/thrift-3.4.0/build/docker/old/ubuntu-xenial/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 16 # - d: does not come with Ubuntu so we're installing 2.087.0 for coverage 17 # - dart: does not come with Ubuntu so we're installing 2.0.0-1 for coverage 18 # - dotnet: does not come with Ubuntu 19 # - go: Xenial comes with 1.6, but we need 1.10 or later 20 # - nodejs: Xenial comes with 4.2.6 which exits LTS April 2018, so we're installing 10.x 21 # - ocaml: causes stack overflow error, just started March 2018 not sure why 24 FROM buildpack-deps:xenial-scm 28 ### Add apt repos 30 RUN apt-get update && \ [all …]
|
/thrift-3.4.0/build/docker/ubuntu-focal/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 18 FROM buildpack-deps:focal-scm 22 ### Add apt repos 24 RUN apt-get update -yq && \ 25 apt-get dist-upgrade -y && \ 26 apt-get install -y --no-install-recommends --fix-missing \ 27 apt \ 28 apt-transport-https \ 29 apt-utils \ 32 software-properties-common \ [all …]
|
/thrift-3.4.0/build/docker/ubuntu-jammy/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 18 FROM buildpack-deps:jammy-scm 22 ### Add apt repos 24 RUN apt-get update -yq && \ 25 apt-get dist-upgrade -y && \ 26 apt-get install -y --no-install-recommends --fix-missing \ 27 apt \ 28 apt-transport-https \ 29 apt-utils \ 32 software-properties-common \ [all …]
|
/thrift-3.4.0/build/docker/old/ubuntu-disco/ |
D | Dockerfile | 5 # http://www.apache.org/licenses/LICENSE-2.0 18 FROM buildpack-deps:disco-scm 22 ### Add apt repos 24 RUN apt-get update && \ 25 apt-get dist-upgrade -y && \ 26 apt-get install -y --no-install-recommends \ 27 apt \ 28 apt-transport-https \ 29 apt-utils \ 32 software-properties-common \ [all …]
|
/thrift-3.4.0/build/docker/old/ |
D | Vagrantfile | 1 # -*- mode: ruby -*- 8 # http://www.apache.org/licenses/LICENSE-2.0 20 sudo apt-get update -y 21 sudo apt-get upgrade -y 24 sudo apt-get install -y build-essential curl git 27 sudo curl -sSL https://get.docker.io/gpg | sudo apt-key add - 28 sudo echo "deb http://get.docker.io/ubuntu docker main" > /etc/apt/sources.list.d/docker.list 29 sudo apt-get update -y 30 sudo apt-get install -y linux-image-extra-`uname -r` aufs-tools 31 sudo apt-get install -y lxc-docker [all …]
|
/thrift-3.4.0/.github/workflows/ |
D | build.yml | 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@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 …]
|
D | cmake.yml | 10 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/doc/install/ |
D | debian.md | 4 …sudo apt-get install automake bison flex g++ git libboost-all-dev libevent-dev libssl-dev libtool … 8 wget http://ftp.debian.org/debian/pool/main/a/automake-1.15/automake_1.15-3_all.deb 9 sudo dpkg -i automake_1.15-3_all.deb 22 … list of available packages, pick the one you prefer and **apt-get install** it (e.g. default-jdk). 24 * ruby-full ruby-dev ruby-rspec rake rubygems bundler 26 * python-all python-all-dev python-all-dbg 28 * libbit-vector-perl libclass-accessor-class-perl 30 * php5-dev php5-cli phpunit 32 * libglib2.0-dev 34 * erlang-base erlang-eunit erlang-dev rebar [all …]
|
/thrift-3.4.0/lib/java/ |
D | README.md | 14 http://www.apache.org/licenses/LICENSE-2.0 46 project is to include the gradle-wrapper.jar in the project and then run the gradle wrapper to 55 apt-get install -y --no-install-recommends openjdk-17-jdk-headless wget unzip 57 …ttps://services.gradle.org/distributions/gradle-$GRADLE_VERSION-bin.zip -q -O /tmp/gradle-$GRADLE_… 59 …92f229816aa4046424f3b24d771751b06779d58c8ec4 /tmp/gradle-$GRADLE_VERSION-bin.zip" | sha256sum -c - 61 unzip -d /tmp /tmp/gradle-$GRADLE_VERSION-bin.zip 62 mv /tmp/gradle-$GRADLE_VERSION /usr/local/gradle 63 ln -s /usr/local/gradle/bin/gradle /usr/local/bin 70 gradle wrapper --gradle-version $GRADLE_VERSION 79 Yep, that's easy. Look for `libthrift-<version>.jar` in the build/libs directory. [all …]
|
/thrift-3.4.0/ |
D | CHANGES.md | 7 - [THRIFT-3877](https://issues.apache.org/jira/browse/THRIFT-3877) - C++ library don't work with HT… 8 - [THRIFT-5468](https://issues.apache.org/jira/browse/THRIFT-5468) - Swift service generator doesn'… 12 - [THRIFT-5476](https://issues.apache.org/jira/browse/THRIFT-5476) - Deprecate Common Lisp support 18 - [THRIFT-5565](https://issues.apache.org/jira/browse/THRIFT-5565) - upgrade travis ci base image t… 19 - [THRIFT-5572](https://issues.apache.org/jira/browse/THRIFT-5572) - current travis build is broken… 20 - [THRIFT-5575](https://issues.apache.org/jira/browse/THRIFT-5575) - Create a GitHub workflow using… 24 - [THRIFT-5093](https://issues.apache.org/jira/browse/THRIFT-5093) - lib: cpp: test: clarify effect… 25 - [THRIFT-5510](https://issues.apache.org/jira/browse/THRIFT-5510) - On Windows NOMINMAX and WIN32_… 26 - [THRIFT-5515](https://issues.apache.org/jira/browse/THRIFT-5515) - Oneway requests can stuck in T… 27 - [THRIFT-5529](https://issues.apache.org/jira/browse/THRIFT-5529) - Missing space "<::" in C++ gen… [all …]
|