Skip to content

Commit

Permalink
ci: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 7, 2023
1 parent c8238ab commit c070506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ TOOLCHAIN_TARGETS = \
ppc64le ppc64le-power8 \
riscv32 riscv64 \
s390x
TOOLCHAIN_STAGES = env devel build test
TOOLCHAIN_STAGES := env devel build test

define toolchain-stage-target =
#$$(info STAGE: $1)
Expand Down Expand Up @@ -411,7 +411,7 @@ $(clean_vms_targets): clean_%: vagrant/%/Vagrantfile
## CLEAN ##
###########
.PHONY: clean
clean: clean_all clean_platforms clean_toolchains clean_vms
clean: clean_all clean_platforms clean_toolchains clean_web clean_vms
docker container prune -f
docker image prune -f
-rmdir cache
Expand Down

0 comments on commit c070506

Please sign in to comment.