mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 03:12:12 +08:00
The fdb c shim build requires python3. Let's not allow python2 to get used there. Otherwise we can see something like this: ``` FAILED: bindings/c/libfdb_c.so.init.c bindings/c/libfdb_c.so.tramp.S cd /home/anoyes/workspace/foundationdb/build/bindings/c && /usr/bin/python2.7 /home/anoyes/workspace/foundationdb/contrib/Implib.so/implib-gen.py --target aarch64 --outdir /home/anoyes/workspace/foundationdb/build/bindings/c --dlopen-callback=fdb_shim_dlopen_callback /home/anoyes/workspace/foundationdb/build/lib/libfdb_c.so File "/home/anoyes/workspace/foundationdb/contrib/Implib.so/implib-gen.py", line 27 sys.stderr.write(f'{me}: warning: {msg}\n') ```