Skip to content

Commit

Permalink
wip: bb path
Browse files Browse the repository at this point in the history
  • Loading branch information
joodie committed Oct 25, 2023
1 parent c9b4acd commit ebce03e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: .github/workflows/install-binaries.sh

- name: Build artifact
run: make eduhub-validator-$(echo $GITHUB_REF | cut -d / -f 3)-${{ matrix.arch }}
run: make eduhub-validator-$(echo $GITHUB_REF | cut -d / -f 3)-${{ matrix.arch }} BB=bin/bb
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# and `make eduhub-validator-$VERSION-macos-aarch64.tar.gz` will do
# what you expect as long as $VERSION is the currently tagged version

BB:=bb
version:=$(shell git describe --tags)
BABASHKA_VERSION:=1.3.186-SNAPSHOT # need latest snapshot for standalone executables

Expand All @@ -32,7 +33,7 @@ uberjar=$(exec_base_name)-$(version)-standalone.jar
uberjar: $(uberjar)

$(uberjar): deps.edn bb.edn $(source_files)
bb uberjar $@ -m nl.jomco.eduhub-validator.main
$(BB) uberjar $@ -m nl.jomco.eduhub-validator.main

release: $(binary_release)

Expand Down

0 comments on commit ebce03e

Please sign in to comment.