File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ RUN cd /ore/QuantLib \
3535WORKDIR /ore/QuantLib/build.ql
3636RUN --mount=type=cache,target=/ccache/ ccache -z \
3737 && make -j ${num_cores} \
38+ && ccache -C \
3839 && ccache -s \
3940 && make install \
4041 && cd / \
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33docker-compose --env-file Docker/.env -f Docker/docker-compose-boost.yml build || exit 1
4- COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose --env-file Docker/.env -f Docker/docker-compose-quantlib.yml build || exit 1
5- COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose --env-file Docker/.env -f Docker/docker-compose-ore.yml build || exit 1
6- docker-compose --env-file Docker/.env -f Docker/docker-compose-test.yml build || exit 1
7- COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose --env-file Docker/.env -f Docker/docker-compose-ore-app.yml build || exit 1
4+ COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose --env-file Docker/.env -f Docker/docker-compose-quantlib.yml build --no-cache || exit 1
5+ COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose --env-file Docker/.env -f Docker/docker-compose-ore.yml build --no-cache || exit 1
6+ docker-compose --env-file Docker/.env -f Docker/docker-compose-test.yml build --no-cache || exit 1
7+ COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose --env-file Docker/.env -f Docker/docker-compose-ore-app.yml build --no-cache || exit 1
You can’t perform that action at this time.
0 commit comments