biscuit-auth / biscuit-java

Java implementation of the Biscuit authentication and authorization token
https://biscuitsec.org/
Apache License 2.0
28 stars 13 forks source link

Caveats to world #16

Closed KannarFr closed 3 years ago

KannarFr commented 4 years ago

Add caveats to world for their print during print_world(). This is an opportunity to facilitate the debug :).

Geal commented 4 years ago

LGTM. why is the CI failing again?

KannarFr commented 4 years ago

The CI has already worked?

$ wget https://github.com/protocolbuffers/protobuf/archive/v3.11.0.tar.gz
$ tar xvf v3.11.0.tar.gz
$ pushd protobuf-3.11.0 && ./configure --prefix=/usr && make && sudo make install && popd
~/build/CleverCloud/biscuit-java/protobuf-3.11.0 ~/build/CleverCloud/biscuit-java
/home/travis/.travis/functions: line 109: ./configure: No such file or directory
The command "pushd protobuf-3.11.0 && ./configure --prefix=/usr && make && sudo make install && popd" failed and exited with 127 during .
KannarFr commented 4 years ago

@Geal