Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/libfido2/.actions/
H A Dsetup_clang1 #!/bin/sh -eu
4 # Use of this source code is governed by a BSD-style
6 # SPDX-License-Identifier: BSD-2-Clause
9 APT="http://apt.llvm.org"
10 CODENAME="$(lsb_release -cs)"
11 VERSION="${CC#*-}"
12 apt-get install -q -y software-properties-common
13 apt-key add ./.actions/llvm.gpg
14 add-apt-repository \
15 "deb ${APT}/${CODENAME}/ llvm-toolchain-${CODENAME}-${VERSION} main"
[all …]
/freebsd-src/contrib/libcbor/.circleci/
H A Dconfig.yml4 linux-setup:
6 - run: sudo apt-get update
8 - run: sudo NEEDRESTART_MODE=l apt-get install -y cmake ${TOOLCHAIN_PACKAGES}
9 - run: sudo NEEDRESTART_MODE=l apt-get install -y libcmocka-dev libcjson-dev
12 - run: >
13 cmake -DWITH_TESTS=ON \
14 -DWITH_EXAMPLES=ON \
15 -DCMAKE_BUILD_TYPE=Debug \
16 -DSANITIZE=OFF \
17 -DCOVERAGE="${CMAKE_COVERAGE:='OFF'}" \
[all …]
/freebsd-src/sys/contrib/openzfs/.github/workflows/scripts/
H A Dsetup-dependencies.sh
/freebsd-src/sys/contrib/openzfs/.github/workflows/
H A Dcheckstyle.yaml8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
9 cancel-in-progress: true
13 runs-on: ubuntu-22.04
15 - uses: actions/checkout@v4
18 - name: Install dependencies
21 sudo apt-get purg
[all...]
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-src/sys/contrib/libsodium/packaging/dotnet-core/recipes/
H A Dlinux-x641 apt-get update
2 apt-get install -y --no-install-recommends build-essential
H A Ddebian-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-src/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-src/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 …]
H A Dbuild-bintray-dist.sh30 # \file admin/build-bintray-dist.sh
37 set -e -x
45 sudo apt-get update -qq
59 packages="${packages} gcc-multilib"
60 packages="${packages} g++-multilib"
62 packages="${packages} liblua5.2-0${pkgsuffix}"
63 packages="${packages} liblua5.2-dev${pkgsuffix}"
64 packages="${packages} libsqlite3-0${pkgsuffix}"
65 packages="${packages} libsqlite3-dev${pkgsuffix}"
66 packages="${packages} pkg-config${pkgsuffix}"
[all …]
/freebsd-src/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-src/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";
H A DINSTALL12 encryption of on-the-wire audit streams using auditdistd; the following
15 sudo apt-get install libssl-dev
24 CFLAGS=-I/usr/local/opt/openssl/include \
25 LDFLAGS=-L/usr/local/opt/openssl/lib \
38 --prefix argument to configure. If installing to a specific directory,
42 ./configure --prefix=/home/rwatson/openbsm
/freebsd-src/.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 updat
[all...]
H A Dcross-bootstrap-tools.yml1 name: Cross-build Kernel
16 runs-on: ${{ matrix.os }}
18 fail-fast: false
21 os: [ ubuntu-22.04, ubuntu-24.04, macos-latest ]
24 - os: ubuntu-22.04
25 compiler: clang-14
26 cross-bindi
[all...]
/freebsd-src/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-src/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-src/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-src/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 …]
/freebsd-src/contrib/lutok/admin/
H A Dtravis-install-deps.sh30 set -e -x
33 sudo apt-get update -qq
39 packages="${packages} gcc-multilib"
40 packages="${packages} g++-multilib"
44 packages="${packages} liblua5.2-0${pkgsuffix}"
45 packages="${packages} liblua5.2-dev${pkgsuffix}"
46 packages="${packages} libsqlite3-0${pkgsuffix}"
47 packages="${packages} libsqlite3-dev${pkgsuffix}"
48 packages="${packages} pkg-config${pkgsuffix}"
50 sudo apt-get install -y ${packages}
[all …]
/freebsd-src/contrib/libcbor/
H A DREADME.md5 [![latest packaged version(s)](https://repology.org/badge/latest-versions/libcbor.svg)](https://rep…
8 …ary for parsing and generating [CBOR](https://cbor.io/), the general-purpose schema-less binary da…
11 - Complete [IETF RFC 8949 (STD 94)](https://www.rfc-editor.org/info/std94) conformance
12 - Robust platform-independent C99 implementation
13 - Layered architecture offers both control and convenience
14 - Flexible memory management
15 - No shared global state - threading friendly
16 - Proper handling of UTF-8
17 - Full support for streams & incremental processing
18 - Extensive documentation and test suite
[all …]
/freebsd-src/crypto/openssl/
H A DNOTES-PERL.md4 - [General Notes](#general-notes)
5 - [Perl on Windows](#perl-on-windows)
6 - [Perl on VMS](#perl-on-vms)
7 - [Perl on NonStop](#perl-on-nonstop)
8 - [Required Perl modules](#required-perl-modules)
9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module])
12 -------------
19 differ, and you may have to check that you do get the core modules
23 - on Linux distributions based on Debian, the package `perl` will
25 - on Linux distributions based on RPMs, you will need to install
[all …]
/freebsd-src/contrib/file/
H A DREADME.DEVELOPER1 # How to get started developing
9 autoreconf -f -i
11 ./configure --disable-silent-rules
12 make -j4
13 make -C tests check
16 This has been tested with autoconf-2.69 and libtool-2.4.2
25 apt-get install \
31 zlib1g-dev \
/freebsd-src/contrib/arm-optimized-routines/
H A DREADME2 ----------
[all...]

12