aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install-alpine
Commit message (Collapse)AuthorAgeFilesLines
* travis: don't download static apk if available on the systemRoberto Oliveira2017-10-041-8/+11
| | | | | | Just download the APK tools if the install-alpine script is running in a system that doesn't have APK installed. This is needed for upcoming ppc64le builder.
* travis: fix typo in install-alpineJakub Jirutka2017-06-231-1/+1
|
* travis: fetch static apk-tools from GitHub instead of aportsJakub Jirutka2017-06-231-7/+8
|
* travis: bind /run and symlink /run/shm -> /dev/shmJakub Jirutka2017-03-311-0/+3
| | | | | | | | This fixes problem with e.g. Python multiprocessing Queue - for POSIX semaphores to work, the users need r/w access to shared memory (/dev/shm). See https://github.com/travis-ci/travis-cookbooks/issues/155
* travis: update apk-tools-static to 2.6.8-r2Jakub Jirutka2017-03-201-2/+2
|
* travis: change MIRROR_URI to nl.alpinelinux.orgJakub Jirutka2017-03-201-1/+1
| | | | This mirror is most fresh.
* travis: use only repositories at same or higher level than target repoJakub Jirutka2016-09-231-1/+1
|
* travis: update apk-tools-static version and fetch it from dl-cdn.a.oJakub Jirutka2016-08-271-2/+2
|
* travis: add keys to the repo to avoid --allow-untrustedJakub Jirutka2016-07-151-1/+2
|
* Set up Travis to build modified packagesJakub Jirutka2016-04-051-0/+33