change perms on /tmp in CI container
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Max Erenberg 2021-10-25 08:09:07 -04:00
parent 3e1af74f0c
commit a0cc29738b
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ steps:
# unfortunately we have to do everything in one step because there's no
# way to share system packages between steps
commands:
# TODO: fix Drone
- chmod 1777 /tmp
# install dependencies
- apt update && apt install -y libkrb5-dev libpq-dev python3-dev
- python3 -m venv venv