Skip to content

Commit

Permalink
Fixed a bug that the "local" flag is not working (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyicheng committed Apr 23, 2024
1 parent cf5c770 commit ca33243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sync-mlir:

# Build Docker container
build-docker:
if [ $(local) ]; then \
if [ $(local) = 1 ]; then \
docker build --build-arg VHLS_PATH=$(vhls) --build-arg VHLS_VERSION=$(vhls_version) -f Docker/Dockerfile --tag mase-ubuntu2204 Docker; \
else \
docker pull docker.io/deepwok/mase-docker:latest; \
Expand Down

0 comments on commit ca33243

Please sign in to comment.