This commit is contained in:
@@ -14,14 +14,14 @@ jobs:
|
|||||||
- run: pwd
|
- run: pwd
|
||||||
- run: ls -la
|
- run: ls -la
|
||||||
# - run: dnf -y update
|
# - run: dnf -y update
|
||||||
# - run: dnf -y install dnf-plugins-core
|
- run: dnf -y install dnf-plugins-core
|
||||||
# - run: dnf -y group install standard core hardware-support development-libs development-tools
|
- 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 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: dnf -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||||
- run: dnf -y install git
|
# - run: dnf -y install git
|
||||||
- run: git config --global url."https://${ACTIONS_RUNTIME_TOKEN}:x-oauth-basic@codex.r10x.net/".insteadOf "${GITHUB_SERVER_URL}"
|
- run: git config --global url."https://${ACTIONS_RUNTIME_TOKEN}:x-oauth-basic@codex.r10x.net/".insteadOf "${GITHUB_SERVER_URL}"
|
||||||
- run: git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} ${PWD}
|
- run: git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} ${PWD}
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: ls -la
|
- run: ls -la
|
||||||
# - run: docker build --progress=plain --tag registry.r10x/toolchain .
|
- run: docker build --progress=plain --tag registry.r10x/toolchain .
|
||||||
# - run: docker run --labels registry.r10x/toolchain buildbot
|
- run: docker run --labels registry.r10x/toolchain buildbot
|
||||||
|
|||||||
3
pre.sh
3
pre.sh
@@ -18,8 +18,9 @@ dnf -y install postgresql-server-devel
|
|||||||
pip3 install \
|
pip3 install \
|
||||||
ansible pyinfra fabric \
|
ansible pyinfra fabric \
|
||||||
build \
|
build \
|
||||||
flask gunicorn \
|
flask gunicorn aiohttp \
|
||||||
buildbot buildbot-www buildbot-worker \
|
buildbot buildbot-www buildbot-worker \
|
||||||
|
buildbot-waterfall-view buildbot-console-view buildbot-grid-view \
|
||||||
service_identity alembic
|
service_identity alembic
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
|
|||||||
Reference in New Issue
Block a user