TriggerMail / rules_pyz

Bazel Python rules that package everything in an executable zip
Apache License 2.0
29 stars 19 forks source link

pyz_image/generate_ldconfig_cache.py: Make it work on CircleCI #37

Closed evanj closed 5 years ago

evanj commented 5 years ago

CircleCI can run Docker images, but we can't use bind mounts. Change the command to write ldconfig output to stdout, so this can run on CircleCI. This makes sure CircleCI actually tests everything.