mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Retire old build farm (something new is coming) and update makefile for linux to not auto-build doc.
This commit is contained in:
parent
5bff70194b
commit
6b5d6efe6c
26 changed files with 2 additions and 6 deletions
15
attic/linux-build-farm/debian-wheezy/x86/Dockerfile
Normal file
15
attic/linux-build-farm/debian-wheezy/x86/Dockerfile
Normal file
|
@ -0,0 +1,15 @@
|
|||
#FROM tubia/debian:wheezy
|
||||
#MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
||||
|
||||
#RUN apt-get update
|
||||
#RUN apt-get install -y build-essential debhelper ruby-ronn g++ make devscripts
|
||||
|
||||
FROM zerotier/zt1-build-debian-wheezy-x86-base
|
||||
MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
||||
|
||||
RUN dpkg --purge libhttp-parser-dev
|
||||
|
||||
ADD zt1-src.tar.gz /
|
||||
|
||||
RUN mv -f /ZeroTierOne/debian/control.wheezy /ZeroTierOne/debian/control
|
||||
RUN mv -f /ZeroTierOne/debian/rules.wheezy /ZeroTierOne/debian/rules
|
Loading…
Add table
Add a link
Reference in a new issue