Skip to content

Commit

Permalink
Add clojure build back
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jul 12, 2024
1 parent 39b0f78 commit e0e94e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/clj.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM clojure:latest
FROM clojure:temurin-8-jammy

RUN mkdir /code
WORKDIR /code
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ SQL = sql

SUPPORTED_LANGUAGES = \
$(C) \
$(CLJ) \
$(CPP) \
$(CS) \
$(DART) \
Expand All @@ -53,7 +54,7 @@ SUPPORTED_LANGUAGES = \
$(SQL)
# $(ML)
# $(PAS)
# $(CLJ)
#

ifdef LANGUAGES
SUPPORTED_LANGUAGES := $(LANGUAGES)
Expand Down

0 comments on commit e0e94e7

Please sign in to comment.