Home
last modified time | relevance | path

Searched +full:fedora +full:- +full:base (Results 1 – 25 of 110) sorted by relevance

12345

/third_party/libabigail/
DREADME-DOCKER.md5 - a Fedora base image (recommended)
6 - an Ubuntu base image.
18 $ docker build -f docker/Dockerfile.fedora -t ghcr.io/woodard/libabigail-fedora .
21 $ docker build -f docker/Dockerfile.ubuntu -t ghcr.io/woodard/libabigail-ubuntu-22.04 .
24 Note that currently the fedora image is deployed to `ghcr.io/woodard/libabigail:latest`.
31 $ docker run -it ghcr.io/woodard/libabigail-ubuntu-22.04 bash
38 /opt/abigail-env/.spack-env/view/bin/abidiff
41 Since the ubuntu base uses spack, you can interact with spack.
42 You can go to the environment in `/opt/abigail-env` and (given you
53 $ ls /opt/abigail-env/.spack-env/view/
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml3 .incorporate-templates-commit:
5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}"
7 .incorporate-base-tag+templates-commit:
9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT…
10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}"
12 .set-image:
14 - .incorporate-templates-commit
19 .set-image-base-tag:
21 - .set-image
22 - .incorporate-base-tag+templates-commit
[all …]
/third_party/libabigail/docker/
DDockerfile.fedora-base3 FROM fedora:${fedora_version} as builder
5 # docker build -f docker/Dockerfile.fedora-base -t ghcr.io/woodard/libabigail-fedora-base .
7 RUN dnf install -y \
11 elfutils-devel \
12 gcc-c++ \
15 libxml2-devel \
16 python3-koji \
17 python3-mock \
18 python3-pyxdg \
19 shared-mime-info \
DDockerfile.fedora1 FROM ghcr.io/woodard/libabigail-fedora-base as builder
3 # docker build -f docker/Dockerfile.fedora -t ghcr.io/woodard/libabigail-fedora .
8 RUN mkdir -p build && \
9 autoreconf -i && \
11 CXXFLAGS="-g3 -fvar-tracking-assignments \
12 -gstatement-frontiers -gvariable-location-views -grecord-gcc-switches -pipe -Wall \
13 -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wp,-D_GLIBCXX_ASSERTIONS \
14 -fstack-protector-strong -fstack-clash-protection -fcf-protection \
15 -fasynchronous-unwind-tables -O2" CFLAGS="-g3 -fvar-tracking-assignments \
16 -gstatement-frontiers -gvariable-location-views -grecord-gcc-switches -pipe -Wall \
[all …]
DDockerfile.test1 FROM ghcr.io/woodard/libabigail-fedora-base
3 # docker build -f docker/Dockerfile.test -t test .
5 RUN dnf install -y \
9 elfutils-libs
14 RUN mkdir -p build && \
15 autoreconf -i && \
17 CXXFLAGS="-g3 -fvar-tracking-assignments \
18 -gstatement-frontiers -gvariable-location-views -grecord-gcc-switches -pipe -Wall \
19 -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wp,-D_GLIBCXX_ASSERTIONS \
20 -fstack-protector-strong -fstack-clash-protection -fcf-protection \
[all …]
/third_party/libabigail/.github/workflows/
Dbuild-container.yaml5 # Always have a base image ready to go - this is a nightly build
7 - cron: 0 3 * * *
18 - develop
32 fail-fast: false
36 container: [["Dockerfile.fedora", "ghcr.io/woodard/libabigail-fedora", true],
37 ["Dockerfile.ubuntu", "ghcr.io/woodard/libabigail-ubuntu-22.04", false],
38 ["Dockerfile.fedora-base", "ghcr.io/woodard/libabigail-fedora-base", false]]
40 runs-on: ubuntu-latest
43 - name: Checkout
46 - name: Make Space For Build
[all …]
/third_party/harfbuzz/.circleci/
Dconfig.yml4 win32-executor:
6 - image: cimg/base:edge-20.04
7 autotools-executor:
9 - image: cimg/base:edge-20.04
13 macos-10_14_4-aat-fonts:
17 - checkout
18- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
19 - run: pip3 install meson --upgrade
20- run: PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig" me…
21 - run: meson compile -Cbuild
[all …]
/third_party/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml4 win32-executor:
6 - image: cimg/base:edge-20.04
7 win64-executor:
9 - image: cimg/base:edge-20.04
10 autotools-executor:
12 - image: cimg/base:edge-20.04
16 macos-aat-fonts:
20 - checkout
21- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
22 - run: pip3 install meson --upgrade
[all …]
/third_party/elfutils/tests/
Drun-debuginfod-archive-groom.sh3 # Copyright (C) 2019-2021 Red Hat, Inc.
19 . $srcdir/debuginfod-subr.sh
22 set -x
24 # This variable is essential and ensures no time-race for claiming ports occurs
25 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test
26 base=8100
35 -F -R -d $DB -p $PORT1 -t0 -g0 -v R ${PWD}/F > vlog$PORT1 2>&1 &
44 ps -q $PID1 -e -L -o '%p %c %a' | grep groom
45 ps -q $PID1 -e -L -o '%p %c %a' | grep scan
46 ps -q $PID1 -e -L -o '%p %c %a' | grep traverse
[all …]
Drun-debuginfod-archive-test.sh3 # Copyright (C) 2019-2021 Red Hat, Inc.
19 . $srcdir/debuginfod-subr.sh
22 set -x
27 # This variable is essential and ensures no time-race for claiming ports occurs
28 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test
29 base=8300
35 …ATH=$ldpath ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -R -p $PORT1 -d $DB -t0 -g0 -v R > v…
48 ps -q $PID1 -e -L -o '%p %c %a' | grep groom
49 ps -q $PID1 -e -L -o '%p %c %a' | grep scan
50 ps -q $PID1 -e -L -o '%p %c %a' | grep traverse
[all …]
Drun-debuginfod-archive-rename.sh3 # Copyright (C) 2019-2021 Red Hat, Inc.
19 . $srcdir/debuginfod-subr.sh
22 set -x
24 # This variable is essential and ensures no time-race for claiming ports occurs
25 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test
26 base=8200
34 -F -R -d $DB -p $PORT1 -t0 -g0 -v R ${PWD}/F > vlog$PORT1 2>&1 &
42 ps -q $PID1 -e -L -o '%p %c %a' | grep groom
43 ps -q $PID1 -e -L -o '%p %c %a' | grep scan
44 ps -q $PID1 -e -L -o '%p %c %a' | grep traverse
[all …]
Drun-debuginfod-extraction.sh3 # Copyright (C) 2019-2021 Red Hat, Inc.
19 . $srcdir/debuginfod-subr.sh
22 set -x
26 # This variable is essential and ensures no time-race for claiming ports occurs
27 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test
28 base=8700
35 …s_builddir}/../debuginfod/debuginfod $VERBOSE -d $DB -F -R -Z .tar.xz -Z .tar.bz2=bzcat -p $PORT1
43 ps -q $PID1 -e -L -o '%p %c %a' | grep groom
44 ps -q $PID1 -e -L -o '%p %c %a' | grep scan
45 ps -q $PID1 -e -L -o '%p %c %a' | grep traverse
[all …]
Drun-debuginfod-response-headers.sh21 . $srcdir/debuginfod-subr.sh # includes set -e
24 set -x
30 # This variable is essential and ensures no time-race for claiming ports occurs
31 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test
32 base=9500
35 …FOD_URLS= ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -F -R -d $DB -p $PORT1 -t0 -g0 -v R F …
44 # Compile a simple program, strip its debuginfo and save the build-id.
51 gcc -Wl,--build-id -g -o prog ${PWD}/foobar///./../prog.c
55 cp -rvp ${abs_srcdir}/debuginfod-rpms R
56 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones
[all …]
Drun-debuginfod-fd-prefetch-caches.sh3 # Copyright (C) 2019-2021 Red Hat, Inc.
19 . $srcdir/debuginfod-subr.sh
22 set -x
27 cp -rvp ${abs_srcdir}/debuginfod-tars Z
28 cp -rvp ${abs_srcdir}/debuginfod-rpms R
29 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones
30 rm -vrf R/debuginfod-rpms/fedora31
38 # This variable is essential and ensures no time-race for claiming ports occurs
39 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test
40 base=8800
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml5 macos-10.12.6-aat-fonts:
9 - checkout
10- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free…
11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
12 - run: make -j4
13 - run: make check || .ci/fail.sh
15 macos-10.13.6-aat-fonts:
19 - checkout
20- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free…
21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
[all …]
/third_party/gstreamer/gstreamer/docs/random/thomasvs/
Dpackaging2 ----------------------------------
7 --------
35 -----------------------
37 supposed to be parallel-installable. If they're not then it's considered to
40 There are parallel-installable versions from the 0.6 set and onwards.
43 - libraries contain the major/minor version in their name
44 - plugins are installed in a major/minor-versioned directory
45 - include headers are installed in separate directories
46 - registry is saved in major/minor-versioned locations
47 - major/minor-versioned tools are installed, together with versioned man pages
[all …]
/third_party/gstreamer/gstplugins_good/
DREADME.md4 ----------
9 --------------
21 https://lists.freedesktop.org/mailman/listinfo/gstreamer-announce
23 https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
29 You can join us on IRC - #gstreamer on irc.oftc.net
32 --------------------
38 The core around which all other modules revolve. Base functionality and
41 BASE
43 A well-groomed and well-maintained collection of GStreamer plug-ins and
51 --- "Such ingratitude. After all the times I've saved your life."
[all …]
/third_party/gstreamer/gstreamer/
DREADME.md4 ----------
9 --------------
21 https://lists.freedesktop.org/mailman/listinfo/gstreamer-announce
23 https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
29 You can join us on IRC - #gstreamer on irc.oftc.net
32 --------------------
38 The core around which all other modules revolve. Base functionality and
41 BASE
43 A well-groomed and well-maintained collection of GStreamer plug-ins and
51 --- "Such ingratitude. After all the times I've saved your life."
[all …]
/third_party/gstreamer/gstplugins_bad/
DREADME.md4 ----------
9 --------------
21 https://lists.freedesktop.org/mailman/listinfo/gstreamer-announce
23 https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
29 You can join us on IRC - #gstreamer on irc.oftc.net
32 --------------------
38 The core around which all other modules revolve. Base functionality and
41 BASE
43 A well-groomed and well-maintained collection of GStreamer plug-ins and
51 --- "Such ingratitude. After all the times I've saved your life."
[all …]
/third_party/gstreamer/gstplugins_base/
DREADME.md4 ----------
9 --------------
21 https://lists.freedesktop.org/mailman/listinfo/gstreamer-announce
23 https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
29 You can join us on IRC - #gstreamer on irc.oftc.net
32 --------------------
38 The core around which all other modules revolve. Base functionality and
41 BASE
43 A well-groomed and well-maintained collection of GStreamer plug-ins and
51 --- "Such ingratitude. After all the times I've saved your life."
[all …]
/third_party/exfatprogs/
DREADME.md3 As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is
14 sudo apt-get install autoconf libtool pkg-config
16 For Fedora, RHEL:
31 - mkfs.exfat:
38 mkfs.exfat -c 1048576 /dev/sda1
39 mkfs.exfat -c 1024K /dev/sda1
40 mkfs.exfat -c 1M /dev/sda1
42 mkfs.exfat -f /dev/sda1
43 4. For set volume label, use -l option with string user want.
44 mkfs.exfat -L "my usb" /dev/sda1
[all …]
/third_party/mesa3d/
D.gitlab-ci.yml3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd
4 CI_PRE_CLONE_SCRIPT: |-
5 set -o xtrace
6 …wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-
7 bash download-git-cache.sh
8 rm download-git-cache.sh
12 # per-pipeline artifact storage on MinIO
14 # per-job artifact storage on MinIO
17 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO"
28- echo -e "\e[0Ksection_start:$(date +%s):unset_env_vars_section[collapsed=true]\r\e[0KUnsetting v…
[all …]
/third_party/libabigail/doc/manuals/
Dconf.py1 # -*- coding: utf-8 -*-
4 # sphinx-quickstart on Fri Sep 26 09:50:31 2014.
21 # -- General configuration -----------------------------------------------------
37 #source_encoding = 'utf-8-sig'
44 copyright = u'2014-2022, Red Hat, Inc.'
60 # non-false value, then it is used:
72 # If true, '()' will be appended to :func: etc. cross-reference text.
90 # -- Options for HTML output ---------------------------------------------------
96 # Theme options are theme-specific and customize the look and feel of a theme
160 # base URL from which the finished HTML is served.
[all …]
/third_party/alsa-utils/alsaconf/
Dalsaconf.in5 # Copyright (c) 1999-2002 SuSE GmbH
34 if test "$USE_NLS" = "yes" && type -p gettext > /dev/null; then
36 gettext -s "$*"
43 echo -n "$*"
53 if [ -f /etc/SuSE-release ]; then
55 suse_version=$(grep 'VERSION = ' /etc/SuSE-release | sed -e s/'VERSION = '//)
56 elif [ -f /etc/UnitedLinux-release ]; then
58 elif [ -f /etc/gentoo-release ]; then
60 elif [ -f /etc/debian_version ]; then
62 elif [ -f /etc/mandrake-release ]; then
[all …]
/third_party/python/Doc/using/
Dconfigure.rst5 .. _configure-options:
12 ./configure --help
17 ---------------
19 .. cmdoption:: --enable-loadable-sqlite-extensions
29 .. cmdoption:: --disable-ipv6
34 .. cmdoption:: --enable-big-digits=[15|30]
39 30 bits if ``void*`` size is 64-bit or larger, 15 bits otherwise.
45 .. cmdoption:: --with-cxx-main
46 .. cmdoption:: --with-cxx-main=COMPILER
51 .. cmdoption:: --with-suffix=SUFFIX
[all …]

12345