thomasbruggink commented on PR #2937: URL: https://github.com/apache/thrift/pull/2937#issuecomment-1976489108
@Jens-G thanks for testing this. I've been unable to re-produce the output you shared, from the message it seems that that autoconf is out of date. Perhaps it's running against an older image? Can you try to rebuild with name you provided to override it? ``` docker build --build-arg uid=$(id -u) --build-arg gid=$(id -g) -t thrift/thrift-build:ubuntu-focal thrift build/docker/ubuntu-focal ``` If that doesnt work could you try adding `--no-cache` to force a rebuild? Perhaps the apt cache is outdated. I did find Haxe and Rust were missing so I added a commit for those. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
