Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Add experimental driver3
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkm committed Mar 31, 2022
1 parent 8b36653 commit fb113c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dnf install -y postgresql13-server postgresql13-devel postgresql13-libs
dnf install -y postgresql12-server postgresql12-devel postgresql12-libs
dnf install -y postgresql11-server postgresql11-devel postgresql11-libs
dnf install -y cmake gcc make openssl-devel postgresql-devel postgresql-libs \
sqlite-devel
sqlite-devel libev-devel

cp /workspace/rpm/*.patch /workspace/

Expand Down
3 changes: 3 additions & 0 deletions rpm/dbt2-driver.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Summary: Fair Use TPC-C benchmark kit - Driver (RTE Emulator)
License: The Artistic License
Source: v%{version}.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: libev


%description
Expand All @@ -30,6 +31,8 @@ make install

%files
%{installpath}/dbt2-driver
%{installpath}/dbt2-driver2
%{installpath}/dbt2-driver3

%changelog
* Fri Oct 15 2021 Julien Tachoires <[email protected]> - master-1
Expand Down

0 comments on commit fb113c8

Please sign in to comment.