Debug
Some checks failed
Build toolchain image / Builder (push) Failing after 8m15s

This commit is contained in:
2024-08-23 07:50:27 +03:00
parent 9d616932f7
commit bd1e4cba86

View File

@@ -10,11 +10,14 @@ jobs:
steps:
# - uses: actions/checkout@v4
- run: env
- run: cat $GITHUB_ENV
- run: pwd
- run: ls -la
- run: dnf -y update
- run: dnf -y install dnf-plugins-core
- run: dnf -y group install standard core hardware-support development-libs development-tools
- run: dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
- run: dnf -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
# - run: git clone GITHUB_REPOSITORY
- run: docker build --progress=plain --tag registry.r10x/toolchain .
- run: docker run --labels registry.r10x/toolchain buildbot