We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098419d commit d1e9e1cCopy full SHA for d1e9e1c
entrypoint.sh
@@ -4,3 +4,12 @@
4
./configure --prefix=$1
5
make
6
make install
7
+
8
+# Backend I/F checking
9
+cd $1
10
+git clone https://github.com/LinearTapeFileSystem/ltfs-backends.git
11
+cd ltfs-backends
12
+export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/tmp/ltfs/lib/pkgconfig
13
+./autogen.sh
14
+./configure --enable-checkonly
15
+make
0 commit comments