/freebsd/contrib/libcbor/.circleci/ |
H A D | config.yml | 4 linux-setup: 6 - run: sudo apt-get update 8 - run: sudo NEEDRESTART_MODE=l apt-get install - [all...] |
/freebsd/crypto/libecc/.github/workflows/ |
H A D | libecc_crossarch_tests.yml | 8 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 D | libecc_runtime_tests.yml | 8 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 D | libecc_meson_build.yml | 8 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 D | libecc_python_tests.yml | 8 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 D | libecc_examples.yml | 8 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/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps-vm.sh | 9 set -eu 12 echo "##[group]Running pacman -Syu" 14 sudo pacman -Syu --noconfirm 18 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \ 19 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \ 20 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \ 21 samba sysstat rng-tools rsync wget xxhash 28 echo "##[group]Running apt-get update+upgrade" 29 sudo apt-get update -y 30 sudo apt-get upgrade -y [all …]
|
H A D | qemu-1-setup.sh | 7 set -eu 11 sudo apt-get -y update 12 sudo apt-get install -y axel cloud-image-utils daemonize guestfs-tools \ 13 ksmtuned virt-manager linux-modules-extra-$(uname -r) zfsutils-linux 16 rm -f ~/.ssh/id_ed25519 17 ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -q -N "" 21 # /etc/ksmtuned.conf - Configuration file for ksmtuned 22 …documentation/red_hat_enterprise_linux/7/html/virtualization_tuning_and_optimization_guide/chap-ksm 48 sudo swapoff -a 49 sudo umount -l /mnt [all …]
|
/freebsd/contrib/kyua/admin/ |
H A D | travis-install-deps.sh | 30 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 D | debian-x64 | 1 apt-get update 2 apt-get install -y --no-install-recommends build-essential
|
H A D | linux-x64 | 1 apt-get update 2 apt-get install -y --no-install-recommends build-essential
|
H A D | ubuntu-x64 | 1 apt-get update 2 apt-get install -y --no-install-recommends build-essential
|
/freebsd/contrib/unbound/contrib/android/ |
H A D | install_tools.sh | 3 # 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/sys/contrib/zstd/ |
H A D | Makefile | 2 # 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/ |
H A D | Dockerfile.tests | 5 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.yml | 4 - 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/.github/workflows/ |
H A D | style.yml | 17 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 }}
|
H A D | cross-bootstrap-tools.yml | 1 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-bindir: /usr/lib/llvm-14/bin 27 pkgs: bmake libarchive-dev clang-14 lld-14 28 - os: ubuntu-24.04 29 compiler: clang-18 [all …]
|
/freebsd/contrib/elftoolchain/ |
H A D | .cirrus.yml | 3 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 D | build.yml | 14 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.yml | 6 - 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 D | zfs-tests.yml | 1 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 …]
|
H A D | checkstyle.yaml | 8 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 purge -y snapd google-chrome-stable firefox 22 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps-vm.sh ubuntu22 23 sudo apt-get install -y cppcheck devscripts mandoc pax-utils shellcheck 24 sudo python -m pipx install --quiet flake8 27 checkbashisms --version [all …]
|
/freebsd/crypto/openssl/fuzz/ |
H A D | README.md | 7 --------- 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/contrib/lutok/admin/ |
H A D | travis-install-deps.sh | 30 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 …]
|