irods / irods_client_nfsrods

An nfs4j Virtual File System implementation supporting the iRODS Data Grid
BSD 3-Clause "New" or "Revised" License
8 stars 9 forks source link

Building nfsrods in an automation fails #169

Closed jbeal-work closed 1 year ago

jbeal-work commented 1 year ago

Atleast the way I am implementing it at Sanger ( in a gitlab-ci pipeline ) which uses docker in docker.

I will make a pull request for deleting the three character fix.

trel commented 1 year ago

Can you share the failure text?

jbeal-work commented 1 year ago

https://github.com/irods/irods_client_nfsrods/pull/170

 bash -x build_jar.sh
+ docker run -it --rm --name nfsrods_builder -v /builds/ISG/irods_client_nfsrods/local_maven_repo:/root/.m2 -v /builds/ISG/irods_client_nfsrods:/irods_client_nfsrods -w /irods_client_nfsrods maven:3.8.4-openjdk-17 mvn -Dmaven.test.skip=true clean install
the input device is not a TTY
Cleaning up file based variables 00:01
ERROR: Job failed: exit code 1
jbeal-work commented 1 year ago

So in the automation I have today:

cat build_jar.sh | sed -e 's/-it//' | bash