Closed Wenzel closed 6 years ago
It works :+1:
Build failed because Python3.3 doesn't support enum and a dep of pylint uses it. I'll try your fix tomorrow and update this PR.
Resubmitted the job. Hopefully, it got fixed by upstream in the meantime.
It didn't fix it.
After some googling, I found out that pylint no longer supports Python 3.3. Python 3.3 has been end of life in 2017 and even Ubuntu 14.04 runs with Python 3.4 by default.
I'm going to fix this in a PR then resubmit the job here.
Edit: added the link
Merged. I ignored failure related to Python 3.3 since it was fixed with #101.
This PR checks for the value of
PACKER_CACHE_DIR
first, and then defaults toDIRS.user_cache_dir
.Solves https://github.com/GoSecure/malboxes/issues/99
You can review it, i'm testing it right now.