Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Arruda committed Jul 25, 2024
1 parent 3afc188 commit 80d052b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions jyafn-ext/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
buils:
./build-all.sh
install:
./install-all.sh
5 changes: 1 addition & 4 deletions jyafn-ext/extensions/dummy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,4 @@ build:
install: build
mkdir -p ~/.jyafn/extensions/
cp $(LIBPATH) ~/.jyafn/extensions/$(NAME)-$(VERSION).$(EXT)

export:
mkdir -p ~/.jyafn/export/
cp $(LIBPATH) ~/.jyafn/export/$(NAME)-latest.$(EXT)
cp $(LIBPATH) ~/.jyafn/export/$(NAME).$(EXT)
5 changes: 1 addition & 4 deletions jyafn-ext/extensions/lightgbm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,4 @@ build:
install: build
mkdir -p ~/.jyafn/extensions/
cp $(LIBPATH) ~/.jyafn/extensions/$(NAME)-$(VERSION).$(EXT)

export:
mkdir -p ~/.jyafn/export/
cp $(LIBPATH) ~/.jyafn/export/$(NAME)-latest.$(EXT)
cp $(LIBPATH) ~/.jyafn/export/$(NAME).$(EXT)
2 changes: 1 addition & 1 deletion jyafn-ext/build-all.sh → jyafn-ext/install-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ done
for extension in $extensions; do
echo Building $extension...
cd $extension
make export # that is the command to export to ~/.jyafn/export
make install
cd $BASEDIR
done

0 comments on commit 80d052b

Please sign in to comment.