Home
last modified time | relevance | path

Searched +full:apt +full:- +full:get (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/contrib/libcbor/.circleci/
H A Dconfig.yml4 linux-setup:
6 - run: sudo apt-get update
8 - run: sudo NEEDRESTART_MODE=l apt-get install -
[all...]
/freebsd/contrib/libyaml/docker/
H A Dubuntu-14.045 RUN apt-get update && \
6 apt-get install -y \
7 software-properties-common \
8 python-software-properties && \
9 add-apt-repository ppa:git-core/ppa && \
10 apt-get update && \
11 apt-get install -y \
13 build-essential \
16 rm -rf /var/lib/apt/lists/* && \
H A Dubuntu-16.045 RUN apt-get update && \
6 apt-get install -y \
8 build-essential \
11 rm -rf /var/lib/apt/lists/* && \
/freebsd/crypto/libecc/.github/workflows/
H A Dlibecc_crossarch_tests.yml8 runs-on: ubuntu-20.04
10 #max-parallel: 10
15-linux-gnueabi, arm-linux-gnueabihf, aarch64-linux-gnu, powerpc64le-linux-gnu, mipsel-linux-gnu, i…
16 …_target: [arm-linux-gnueabi, arm-linux-gnueabihf, aarch64-linux-gnu, powerpc64le-linux-gnu, mipsel
20 - name: Set Swap Space
21 uses: pierotofy/set-swap-space@master
23 swap-size-gb: 10
25 - name: checkout repository
29 - name: libecc cross-arch tests
40 sudo apt-get update;
[all …]
H A Dlibecc_runtime_tests.yml8 runs-on: ubuntu-22.04
10 #max-parallel: 10
18 - name: checkout repository
22 - name: libecc runtime tests
34 sudo apt-get update;
35 sudo apt-get -y install libomp-dev;
39 continue-on-error: false
H A Dlibecc_meson_build.yml8 runs-on: ubuntu-22.04
10 #max-parallel: 10
17 optflags: ["-O3", "-O2", "-O1"]
20 - name: checkout repository
24 - name: libecc meson compilation tests
27 sudo apt-get update;
28 sudo apt-get -y install python3-pip;
34 … rm -rf builddir/ && meson setup -Dwith_wordsize=16 builddir && cd builddir && meson dist && cd -;
35 … rm -rf builddir/ && meson setup -Dwith_wordsize=32 builddir && cd builddir && meson dist && cd -;
36 … rm -rf builddir/ && meson setup -Dwith_wordsize=64 builddir && cd builddir && meson dist && cd -;
[all …]
H A Dlibecc_python_tests.yml8 runs-on: ubuntu-22.04
10 #max-parallel: 10
17 - name: checkout repository
21 - name: libecc python tests
32 sudo apt-get update;
33 sudo apt-get -y install python2 libomp-dev;
36 …echo "y" | python3 scripts/expand_libecc.py --remove-all && PYTHON=python3 sh scripts/gen_curves_t…
38 echo "y" | python3 scripts/expand_libecc.py --remove-all && make clean;
40 …echo "y" | python2 scripts/expand_libecc.py --remove-all && PYTHON=python2 sh scripts/gen_curves_t…
42 echo "y" | python2 scripts/expand_libecc.py --remove-all && make clean;
[all …]
H A Dlibecc_examples.yml8 runs-on: ubuntu-22.04
10 #max-parallel: 10
17 - name: checkout repository
21 - name: libecc examples tests
32 sudo apt-get update;
33 sudo apt-get -y install libomp-dev;
36-DUSER_NN_BIT_LEN=4096" make && cd src/examples/ && EXTRA_CFLAGS="-DUSER_NN_BIT_LEN=4096" make && …
37 …/sss/sss && ./basic/curve_basic_examples && ./basic/curve_ecdh && make clean && cd - && make clean;
38 …/sss/sss && ./basic/curve_basic_examples && ./basic/curve_ecdh && make clean && cd - && make clean;
39 continue-on-error: false
/freebsd/crypto/krb5/.github/workflows/
H A Ddoc.yml8 doc-older-sphinx:
9 runs-on: ubuntu-22.04
11 - name: Checkout repository
13 - name: Linux setup
15 sudo apt-get update -qq
16 sudo apt-get install -y doxygen python3-lxml python3-pip python3-sphinx
18 - name: Build documentation
21 make -f Makefile.in SPHINX_ARGS=-W htmlsrc
22 doc-newest-sphinx:
23 runs-on: ubuntu-latest
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps-vm.sh11 set -eu
14 echo "##[group]Running pacman -Syu"
16 sudo pacman -Syu --noconfirm
20 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \
21 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \
22 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \
23 samba sysstat rng-tools rsync wget xxhash
30 echo "##[group]Running apt-get update+upgrade"
31 sudo apt-get update -y
32 sudo apt-get upgrade -y
[all …]
/freebsd/contrib/kyua/admin/
H A Dtravis-install-deps.sh30 set -e -x
37 packages="${packages} gcc-multilib"
38 packages="${packages} g++-multilib"
39 sudo dpkg --add-architecture i386
42 packages="${packages} liblua5.2-0${pkgsuffix}"
43 packages="${packages} liblua5.2-dev${pkgsuffix}"
44 packages="${packages} libsqlite3-0${pkgsuffix}"
45 packages="${packages} libsqlite3-dev${pkgsuffix}"
46 packages="${packages} pkg-config${pkgsuffix}"
48 sudo apt-get update -qq
[all …]
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/recipes/
H A Ddebian-x641 apt-get update
2 apt-get install -y --no-install-recommends build-essential
H A Dlinux-x641 apt-get update
2 apt-get install -y --no-install-recommends build-essential
H A Dubuntu-x641 apt-get update
2 apt-get install -y --no-install-recommends build-essential
/freebsd/sys/contrib/zstd/
H A DMakefile2 # Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
24 # When cross-compiling from linux to windows, you might
28 # Note: mingw-w64 build from linux to windows does not
40 ## default: Build lib-release and zstd-release
42 default: lib-release zstd-release
53 $(Q)$(MAKE) -C $(PRGDIR) all
54 $(Q)$(MAKE) -C $(TESTDIR) all
58 $(MAKE) -C $(PRGDIR) zstd32
[all …]
/freebsd/contrib/unbound/contrib/android/
H A Dinstall_tools.sh3 # This step should install tools needed for all packages - OpenSSL, Expat and Unbound
5 sudo apt-get -qq update
6 sudo apt-get -qq install --no-install-recommends curl tar zip unzip perl openjdk-8-jdk autoconf aut…
/freebsd/contrib/unbound/contrib/
H A DDockerfile.tests5 RUN apt-get update && apt-get install -y bison flex ldnsutils dnsutils xxd splint doxygen netcat-op…
7 RUN sed -i 's/SECLEVEL=2/SECLEVEL=1/g' /usr/lib/ssl/openssl.cnf
/freebsd/contrib/openbsm/
H A D.travis.yml4 - clang
5 - gcc
8 - linux
9 - osx
12 - if [ $TRAVIS_OS_NAME == "linux" ]; then
13 sudo apt-get -qq update;
14 sudo apt-get -qq install byacc flex;
18 export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS";
19 export LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS";
/freebsd/contrib/pam-krb5/ci/
H A Dinstall8 # Copyright 2015-2021 Russ Allbery <eagle@eyrie.org>
10 # SPDX-License-Identifier: MIT
12 set -eux
15 apt-get update -qq
16 apt-get install aspell autoconf automake cppcheck heimdal-multidev \
17 krb5-config libkrb5-dev libpam0g-dev libtest-pod-perl \
18 libtest-spelling-perl libtool perl valgrind
/freebsd/.github/workflows/
H A Dstyle.yml17 runs-on: ubuntu-latest
21 - name: Get depth
24 - name: checkout
27 fetch-depth: ${{ env.DEPTH }}
29 - name: Install packages
31 sudo apt-get update --quiet || true
32 sudo apt-get -yq --no-install-suggests --no-install-recommends install perl
33 - name: Run checker
35 sha=$(git rev-parse HEAD~${{ github.event.pull_request.commits }})
36 tools/build/checkstyle9.pl --github ${sha}..${{ github.event.pull_request.head.sha }}
/freebsd/contrib/elftoolchain/
H A D.cirrus.yml3 image: freebsd-11-2-release-amd64
4 install_script: pkg install -y git py27-yaml
6 - fetch http://tetworks.opengroup.org/downloads/38/software/Sources/3.8/tet3.8-src.tar.gz
7 - tar -x -C test/tet -f tet3.8-src.tar.gz
8 - make
14 - apt-get update
15 - apt-get install -y
17 libarchive-dev libbsd-dev libc6-dev libexpat1-dev lsb-release
18 m4 perl python-yaml sharutils zlib1g-dev
20 - curl -O http://tetworks.opengroup.org/downloads/38/software/Sources/3.8/tet3.8-src.tar.gz
[all …]
/freebsd/contrib/libder/.github/workflows/
H A Dbuild.yml14 runs-on: ${{ matrix.os }}
17 os: [ubuntu-20.04, ubuntu-22.04, macos-latest]
19 - os: ubuntu-20.04
20 - os: ubuntu-22.04
21 - os: macos-latest
23 - name: checkout
25 - name: install system packages (Ubuntu)
28 sudo apt-get update --quiet || true
29 sudo apt-get -yq --no-install-suggests --no-install-recommends install cmake
30 - name: install system packages (macOS)
[all …]
/freebsd/contrib/unifdef/
H A D.travis.yml6 - linux
7 - osx
10 - gcc
11 - clang
16 - os: linux
21 - os: linux
27 - os: linux
29 compiler: i586-mingw32msvc-gcc
32 - compiler: i586-mingw32msvc-gcc
35 - env | grep -v "encrypted" | LC_ALL=C sort
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-tests.yml1 name: zfs-tests-sanity
9 runs-on: ubuntu-latest
11 - uses: actions/checkout@v2
14 - name: Install dependencies
16 sudo apt-get update
17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \
20 nfs-kernel-server samba rng-tools xz-utils \
21 zlib1g-dev uuid-dev libblkid-dev libselinux-dev \
22 xfslibs-dev libattr1-dev libacl1-dev libudev-dev libdevmapper-dev \
23 libssl-dev libffi-dev libaio-dev libelf-dev libmount-dev \
[all …]
/freebsd/crypto/openssl/fuzz/
H A DREADME.md7 ---------
13 -----------------------------------
15 Install `clang`, which [ships with `libfuzzer`](http://llvm.org/docs/LibFuzzer.html#fuzzer-usage)
18 sudo apt-get install clang
23 `/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.fuzzer-x86_64.a`.
25 CC=clang ./config enable-fuzz-libfuzzer \
26 --with-fuzzer-lib=$PATH_TO_LIBFUZZER \
27 -DPEDANTIC enable-asan enable-ubsan no-shared \
28 -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION \
29 -fsanitize=fuzzer-no-link \
[all …]

123