-
```
We have a gyp-android bot now, but not all the tests run on it (or run in a
neutered form). There are two issues:
1) gyptest -f android doesn't really run any executables, because they are
cros…
-
Hi, I could cross compile success for other GO library. But when I cross compile for this library, it failed.
``` shell
✘ ~/code/go/src/github.com/pebbe/zmq4 master GOOS=windows GOARCH=amd64…
-
- [x] Build and publish a docker image based on manylinux with a preinstalled cargo, libunwind and all dependencies (#84)
- [ ] Build the ruby gem and python wheel inside docker, not a shell script (…
-
Based on http://musl.cc/
Will help to find different bugs automatically
-
```
1. build android apk
GYP_DEFINES="OS=android" GYP_CROSSCOMPILE=1 ./gyp_libyuv
ninja -j7 -C out/Debug libyuv_unittest_apk
2. run with test_runner
export GYP_DEFINES="OS=android"
util/android/tes…
-
When flto is used with distcc this error appears "LTO_tags out of range: Range is 0 to 420, value is 0". If normal gcc is used everything works fine
[build.log](https://github.com/InBetweenNames/gent…
-
Hello,
I found your sample to start with and I am trying to build it. I have Driveworks installed on my desktop (Ubuntu 16.04) and ROS kinetic. Were you able to build it on target or did did you c…
-
1. Usage에서 "1. Run bin/webrtc/sync_ios.sh" 한 후
"3. Run bin/webrct/assemble_ios.sh"를 실행하니 "run build"를 먼저 하고 하여
"sudo bin/webrtc/build_ios.sh all RELEASE"를 아래와 같이 실행하니
아래 내용 처럼 "Updating pr…
-
I tried to introduce flakes to our embedded systems projects, and Fenix seemed like a nice lightweight solution, especially for someone new in the nix ecosystem like me.
Seems like this would be th…
-
```
im trying to crosscompile xdelta 1.1.4 but im having some problems:
1) im must use glib 2.2.4 and this release doesnt ahve the file glib-config,
then while doing ./configure always ask for glib-…