init variables, vagrant with-cligen
This commit is contained in:
parent
f526d5b7a0
commit
05c082b202
6 changed files with 11 additions and 9 deletions
|
|
@ -23,9 +23,10 @@ You can also run a single vagrant test as follows:
|
|||
```
|
||||
|
||||
The current vagrant boxes are verified continuously:
|
||||
* ubuntu/bionic64
|
||||
# * generic/centos8
|
||||
* generic/freebsd13
|
||||
* generic/lunar64 # 23.04
|
||||
* generic/ubuntu2204
|
||||
* generic/bionic64 # 18.04
|
||||
|
||||
For other vagrant boxes, see [search vagrant boxes](https://vagrantcloud.com/search)
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ cd src/clixon
|
|||
git pull origin master
|
||||
|
||||
if [ $release = "freebsd" ]; then
|
||||
LDFLAGS=-L/usr/local/lib ./configure --with-cligen=/usr/local --with-restconf=${with_restconf}
|
||||
LDFLAGS=-L/usr/local/lib ./configure --with-cligen=/ --with-restconf=${with_restconf}
|
||||
else
|
||||
# Problems with su not having "sbin" in path on centos when when we run tests later
|
||||
./configure --sbindir=/usr/sbin --libdir=/usr/lib --with-restconf=${with_restconf}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue