Home
last modified time | relevance | path

Searched full:podman (Results 1 – 3 of 3) sorted by relevance

/llvm-project/.github/workflows/
H A Dbuild-ci-container.yml50 podman build --target ci-container -t ${{ steps.vars.outputs.container-name-tag }} .
51 podman build --target ci-container-agent -t ${{ steps.vars.outputs.container-name-agent-tag }} .
58 podman save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}
59 podman save ${{ steps.vars.outputs.container-name-agent-tag }} > ${{ steps.vars.outputs.container-agent-filename }}
72 podman run --pull=never --rm -it $image /usr/bin/bash -x -c 'cd $HOME && printf '\''#include <iostream>\nint main(int argc, char **argv) { std::cout << "Hello\\n"; }'\'' | clang++ -x c++ - && ./a.out | grep Hello'
92 podman load -i ${{ needs.build-ci-container.outputs.container-filename }}
93 podman tag ${{ needs.build-ci-container.outputs.container-name-tag }} ${{ needs.build-ci-container.outputs.container-name }}:latest
94 podman login -u ${{ github.actor }} -p $GITHUB_TOKEN ghcr.io
95 podman push ${{ needs.build-ci-container.outputs.container-name-tag }}
96 podman pus
[all...]
/llvm-project/libc/docs/
H A Dbuild_and_test.rst79 `Podman <https://podman.io/>`_ can be used together with
92 $> pacman -S podman qemu-user-static qemu-user-static-binfmt \
100 $> podman run -it \
/llvm-project/.github/workflows/containers/github-action-ci/
H A Dstorage.conf