| /freebsd/contrib/libfido2/fuzz/ |
| H A D | Makefile | 20 docker build -t ${IMAGE} - < Dockerfile 23 -docker run -it -d --name ${RUNNER} ${IMAGE} 24 docker start ${RUNNER} 27 tar Ccf .. - src fuzz | docker exec -i ${RUNNER} tar Cxf /libfido2 - 28 docker exec ${RUNNER} make -C /libfido2/build 31 docker exec ${RUNNER} /bin/sh -c 'cd /libfido2/fuzz && rm -rf ${TARGETS}' 32 docker exec ${RUNNER} tar Czxf /libfido2/fuzz /libfido2/fuzz/corpus.tgz 35 docker exec -e LLVM_PROFILE_FILE=/profraw/$@ ${RUNNER} \ 40 docker exec ${RUNNER} /bin/sh -c 'rm -rf $@ && mkdir -p $@ && \ 45 docker exe [all...] |
| /freebsd/crypto/libecc/scripts/ |
| H A D | crossbuild.sh | 69 …# NOTE: for 64 bit triplets, multiarch/crossbuild docker's gcc 4.9 has a bug handling loop unrolli… 99 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 104 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 107 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 108 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 113 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 118 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 121 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 122 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 129 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… [all …]
|
| /freebsd/contrib/unbound/doc/ |
| H A D | README.tests | 18 You can also use prepared Dockerfile to run tests inside docker based on latest gcc image: 19 * build container: docker build -t unbound-tester -f contrib/Dockerfile.tests . 20 * run container: docker run -it --mount type=bind,source="$(pwd)",target=/usr/src/unbound --rm unbo… 24 …th to mention that you need to enable [ipv6 in your docker daemon configuration](https://docs.dock…
|
| H A D | Changelog | 2198 - Fix docker splint test to use more portable uname. 2458 - Merge PR #514, from ziollek: Docker environment for run tests.
|
| /freebsd/contrib/libyaml/ |
| H A D | Makefile.am | 50 docker-dist: packaging 51 make -C $</docker libyaml-dist 53 docker-test-pyyaml: packaging 54 make -C $</docker test-pyyaml
|
| H A D | Changes | 30 Add packaging/docker-dist to Makefile.am
|
| /freebsd/contrib/libyaml/docker/ |
| H A D | README.mkd | 14 $ docker pull ubuntu 15 $ docker build -t libyaml-ubuntu:16.04 -f dockerfiles/ubuntu-16.04 . 16 $ docker run -it libyaml-ubuntu:16.04 make test
|
| /freebsd/sys/contrib/libsodium/packaging/dotnet-core/ |
| H A D | README.md | 17 * For Linux, libsodium is compiled in Docker containers. 47 1. Update any existing Docker images. 52 You may need to install `docker`, `make`, `curl`, `tar` and `unzip` first. 53 5. Grab a cup of coffee. Downloading the Docker images and compiling the Linux
|
| H A D | prepare.py | 26 # Runtime ID Docker Image # 43 DOCKER = 'sudo docker' variable 135 f.write('\t{0} run --rm '.format(DOCKER) + 227 f.write('\t{0} run --rm '.format(DOCKER) + 235 f.write('\t{0} run --rm '.format(DOCKER) +
|
| /freebsd/contrib/googletest/ci/ |
| H A D | linux-presubmit.sh | 48 time docker run \ 73 time docker run \ 94 time docker run \ 118 time docker run \
|
| /freebsd/crypto/openssl/test/quic-openssl-docker/ |
| H A D | README.md | 1 quic-openssl-docker 19 `docker build -t quay.io/openssl-ci/openssl-quic-interop:latest .`
|
| H A D | Dockerfile | 32 …make -j 4 && make install && cp test/quic-openssl-docker/hq-interop/quic-hq-interop /usr/local/bin… 33 cp test/quic-openssl-docker/hq-interop/quic-hq-interop-server /usr/local/bin && \
|
| /freebsd/sys/contrib/openzfs/.github/workflows/ |
| H A D | checkstyle.yaml | 51 …docker run -v $PWD:/source ghcr.io/openzfs/libabigail make -j$(nproc) --no-print-directory --silen… 55 …docker run -v $PWD:/source ghcr.io/openzfs/libabigail make -j$(nproc) --no-print-directory --silen…
|
| /freebsd/sys/contrib/openzfs/lib/ |
| H A D | Makefile.am | 88 "(or see https://github.com/openzfs/libabigail-docker)"; \ 97 # These should depend on $(lib_LTLIBRARIES), but this breaks on CI when bound into Docker
|
| /freebsd/contrib/kyua/ |
| H A D | .travis.yml | 34 # Ubuntu Xenial x86_64 docker image.
|
| /freebsd/crypto/libecc/.github/workflows/ |
| H A D | libecc_crossarch_tests.yml | 49 docker pull multiarch/crossbuild;
|
| /freebsd/crypto/libecc/ |
| H A D | .travis.yml | 39 # We use docker for the cross-build 41 - docker 65 # Cross compilation tests (using docker and qemu-static) 276 …- if [ "${CROSS_BUILD}" = 1 ] && [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then docker pull multiarch/cr…
|
| /freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-1-setup.sh | 27 sudo systemctl stop docker.socket
|
| /freebsd/tools/build/ |
| H A D | Makefile | 421 # some unknown reason. It can also break building inside docker containers if
|
| /freebsd/sys/contrib/zstd/ |
| H A D | CHANGELOG | 372 misc: added /contrib/docker script by @gyscos
|
| /freebsd/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 928 llvm/utils/docker/
|
| /freebsd/crypto/openssl/test/ |
| H A D | build.info | 9 SUBDIRS=quic-openssl-docker
|
| /freebsd/contrib/unbound/ |
| H A D | Makefile.in | 89 # GCC Docker
|
| /freebsd/share/dict/ |
| H A D | web2 | 56448 docker
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 31433 1179 0002 PCI FastEther LAN on Docker
|