-
steps:
mkdir -p build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j4
problem:
![image](https://user-images.githubusercontent.com/37536326/91550968-ffbb9280-e95b-11ea-8549-4c…
-
Hi
I'm trying to run my working spring-boot app in a docker container, but every time I run it, i get something similar to the below logs
```
OpenJDK 64-Bit Server VM warning: You have loaded …
-
After running these commands successfully:
```
source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
wge…
mholt updated
4 years ago
-
Build fails
```
/dev/shm/BUILD/php74-php-pecl-v8js-2.1.0/NTS/v8js_class.cc: In function 'int zm_startup_v8js_class(int, int)':
/dev/shm/BUILD/php74-php-pecl-v8js-2.1.0/NTS/v8js_class.cc:1359:40: …
-
It seems the Jenkins PR https://github.com/laradock/laradock/pull/803 has some problems
I created a new installation with the latest master repo, but when I ran `docker-compose up -d nginx` there a…
-
Hi!
I am using
node version == v10.16.0
pkg version == 4.4.0
Raspberry pi zero w == Linux_armv6
It just hangs at the `make`
![Error in Pi zero](https://user-images.githubusercontent.com/530854…
-
When using bootsnap 1.4.4 and mini_racer 0.2.6 OR 0.2.5, bootsnap doesn't seem to be able to load mini_racer:
```
/bundle/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.r…
-
Anoto todo en un solo issue para no spammearte.
Estoy tratando de ordenar el deploy de los contenedores y hacer que los servicios sean más independientes.
### Logs
Ya que en el deploy del cuartel…
-
I have a rails 5.1.4 app with webpacker and react on rails gem.
The terminal shows that all files were compiled successfully `webpack: Compiled successfully.`. When I try to visit some page that us…
-
bundler can't distinguish between variations of muslc/glibc so if any project needs libv8 this whole stack is useless.
https://github.com/cowboyd/libv8/issues/271