File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,15 @@ git clone https://github.com/P-H-C/phc-winner-argon2.git libargon2
22
22
# compile
23
23
pushd libargon2
24
24
make test
25
- sudo make install PREFIX=$LIBARGON2_INSTALL_DIR
25
+ sudo make install PREFIX=/usr
26
26
popd
27
27
28
+ echo " --with-password-argon2" >> $TRAVIS_BUILD_DIR /custom_configure_options
28
29
29
30
# add the option in custom_configure_options
30
- if [[ $VERSION =~ ^7.4 ]] || [[ " $( printf " 7.4\n$VERSION " | sort -V | head -n1) " < " 7.4" ]]; then
31
- echo " --with-password-argon2=$LIBARGON2_INSTALL_DIR " >> $TRAVIS_BUILD_DIR /custom_configure_options
32
- else
33
- echo " --with-password-argon2" >> $TRAVIS_BUILD_DIR /custom_configure_options
34
- fi
35
-
31
+ # if [[ $VERSION =~ ^7.4 ]] || [[ "$(printf "7.4\n$VERSION" | sort -V | head -n1)" < "7.4" ]]; then
32
+ # echo "--with-password-argon2=$LIBARGON2_INSTALL_DIR" >> $TRAVIS_BUILD_DIR/custom_configure_options
33
+ # else
34
+ # echo "--with-password-argon2" >> $TRAVIS_BUILD_DIR/custom_configure_options
35
+ # fi
36
+ #
You can’t perform that action at this time.
0 commit comments