Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-jukovec committed Aug 1, 2022
1 parent e907610 commit ef24706
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CLEANUP_FILES += *.vylog
CLEANUP_FILES += *.xlog
CLEANUP_FILES += 51{2,3,4,5,6,7,8,9} # Directories that vinyl creates.

all: test
all:

# The template (ldoc.tpl) is written using tarantool specific
# functions like string.split(), string.endswith(), so we run
Expand Down
5 changes: 5 additions & 0 deletions debian/prebuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

set -e -o pipefail

curl -LsSf https://www.tarantool.io/release/1.10/installer.sh | sudo bash
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

%:
dh $@

override_dh_auto_test:
DEB_BUILD_OPTIONS=nocheck dh_auto_test
5 changes: 5 additions & 0 deletions rpm/prebuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

set -exu # Strict shell (w/o -o pipefail)

curl -LsSf https://www.tarantool.io/release/1.10/installer.sh | sudo bash
3 changes: 0 additions & 3 deletions rpm/tarantool-expirationd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ some other space.
%prep
%setup -q -n %{name}-%{version}

%check
make test

%install
install -d %{buildroot}%{_datarootdir}/tarantool/
install -m 0644 expirationd.lua %{buildroot}%{_datarootdir}/tarantool/
Expand Down

0 comments on commit ef24706

Please sign in to comment.