- Posts: 1136
Docker containers for building deviation
- HappyHarry
- Offline
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- FDR
- Offline
......
adding: filesystem/devo8/template/6ch_heli.ini (deflated 69%)
adding: filesystem/devo8/template/heli_std.ini (deflated 76%)
adding: filesystem/devo8/tx.ini (deflated 44%)
make[1]: warning: Clock skew detected. Your build may be incomplete.
After the build is complete, it doesn't return to the menu...
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.
- FDR
- Offline
To output doesn't fit into the buffer size, so I can't review all the warnings I got.
There are quite a few...
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.
- djtrance
- Offline
- Posts: 170
how I can set up for mac emulator?
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
It looks doable, but possibly complicated:
github.com/tpoechtrager/osxcross
Please Log in or Create an account to join the conversation.
- mwm
- Topic Author
- Offline
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- djtrance
- Offline
- Posts: 170
Please Log in or Create an account to join the conversation.
- kahuna001
- Offline
- Posts: 34
Docker on VirtualBox VM looked like Windows version without the nice box.
To fix it.
Open terminal from OSX.
type in - eval $(docker-machine env)
type in - docker start -i deviation_build
and it will run in terminal with the correct text and graphic.
Please Log in or Create an account to join the conversation.
- mwm
- Topic Author
- Offline
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- Leon
- Offline
- Posts: 4
How can i building my development deviation in the Docker?
Please Log in or Create an account to join the conversation.
- NathanBarguss
- Offline
- Posts: 19
I'm having problems trying to get docker setup to build my own code and wonder if anyone can point me to what I'm doing wrong?
I'm trying to build on Windows 7 enterprise.
I have the Deviation source checked out, and it looks like:
c:\_DEV\deviation\
.git\
src\
doc\
utils\
...
I have docker installed and working (generating builds to c:\users\devo_builds) but it seems to be pulling direct from github rather than my own modifications locally.
I created the docker container with:
docker create -it -v ~/devo_builds:/release -v /c/_DEV:/git --name deviation_build deviationtx/deviation-docker
Then running
docker start -i deviation_build
Generates build zips without errors, but not of my own local changes?
I get the feeling I'm doing something stupid, so if anyone can help, please let me know.
Cheers,
Nathan
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.
- NathanBarguss
- Offline
- Posts: 19
Yup, I'd not de-selected the update-git option! >.< - Thank you!
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
The issue I'm having right at the moment is that it takes like 25 minutes to build cause no matter what build options I select it builds EVERYTHING, EVERY TIME.
All I want is a devo10 and a devo7E.256 build, that's the only two options I tick but it builds everything, why? How do I stop that?
Taranis X9E | DEVO 10 | Devo U7E | Taranis Q7
What I do in real life: rivergoequestrian.com/
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
Is it even worth it? If i only have it do the two bilds that I want will it not take as long? Because that's the whole thing I'm trying to get rid of, that's my only grievance is it literally takes over 20 minutes to sit there and build all options so I was thinking that if I just built the two options that I need it wouldn't take so long, is that not the case because if it's going to take the same amount of time no matter how many options I build there's no reason to even look into it more...
Taranis X9E | DEVO 10 | Devo U7E | Taranis Q7
What I do in real life: rivergoequestrian.com/
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
On linux my first goto check for weird issues is file permissions and ownership...
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Docker containers for building deviation