remove cache
All checks were successful
ci / docker-build-and-test (pull_request) Successful in 3m8s
All checks were successful
ci / docker-build-and-test (pull_request) Successful in 3m8s
This commit is contained in:
@@ -14,9 +14,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
-
|
||||
name: Create docker cache folder
|
||||
run: mkdir -p /tmp/docker
|
||||
-
|
||||
name: Build docker builder-image
|
||||
uses: docker/build-push-action@v4
|
||||
@@ -26,9 +23,6 @@ jobs:
|
||||
tags: cproject-builder:latest
|
||||
push: false
|
||||
load: true
|
||||
cache-from: type=local,src=/tmp/docker
|
||||
cache-to: type=local,dest=/tmp/docker
|
||||
outputs: type=docker,dest=/tmp/docker/${{ runner.os }}-builder-image.tar
|
||||
-
|
||||
name: Build library
|
||||
uses: https://github.com/addnab/docker-run-action@v3
|
||||
|
||||
@@ -30,7 +30,7 @@ RUN echo "alias ll='ls -laGFh'" >> /root/.bashrc
|
||||
VOLUME ["/builder/mnt"]
|
||||
WORKDIR /builder/mnt
|
||||
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
# install clang tools
|
||||
|
||||
ARG base_tag=bullseye
|
||||
|
||||
Reference in New Issue
Block a user