Skip to content

Instantly share code, notes, and snippets.

View gounthar's full-sized avatar
🏠
Working from home

Bruno Verachten gounthar

🏠
Working from home
View GitHub Profile
concurrent = 1
check_interval = 0
[[runners]]
name = "Raspberry Pi 3B+ Runner (Hypriot)"
url = "https://gitlab.com/"
token = "the_token_that_is_yours_and_yours_alone"
executor = "docker"
[runners.docker]
tls_verify = false
image = "klud/docker:17.06.2"
Using Docker executor with image klud/docker:17.06.2 ...
Pulling docker image klud/docker:17.06.2 ...
Using docker image sha256:6e7bb2ace469be046bfdb7bce2968d4362bc790522b6cec2f79a92347e1d936b for klud/docker:17.06.2 ...
Running on runner-af867d3f-project-19417-concurrent-0 via f534f2e5bdef...
Cloning repository...
Cloning into '/builds/poddingue/docker-adb'...
Checking out 32995770 as master...
Skipping Git submodules setup
$ echo Building for branch ${CI_BUILD_REF_NAME}
Building for branch master
docker run --device /dev/ttyAMA0:/dev/ttyAMA0 --device /dev/mem:/dev/mem --privileged -ti acencini/rpi-python-serial-wiringpi /bin/bash
.PHONY: usage tests build deploy_test deploy_prod html man install
PIP=pip3
PYTHON=python3
EXAMPLES_DIR=docs/examples
CASTS_DIR=$(EXAMPLES_DIR)/casts
.DEFAULT: usage
strace redsocks -c /etc/redsocks.conf
execve("/sbin/redsocks", ["redsocks", "-c", "/etc/redsocks.conf"], 0x7ffe19f37a60 /* 33 vars */) = 0
brk(NULL) = 0x1ce8000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1279b1f000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=53592, ...}) = 0
mmap(NULL, 53592, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f1279b11000
close(3) = 0
open("/lib64/libevent_core-2.0.so.5", O_RDONLY|O_CLOEXEC) = 3
bazel build --workspace_status_command="bash native_client/bazel_workspace_status_cmd.sh" --config=monolithic -c opt --copt=-O3 --copt="-D_GLIBCXX_USE_CXX11_ABI=0" --copt=-fvisibility=hidden //native_client:libdeepspeech.so
INFO: Options provided by the client:
Inherited 'common' options: --isatty=1 --terminal_columns=192
INFO: Reading rc options for 'build' from /home/poddingue/tensorflow/.bazelrc:
'build' options: --apple_platform_type=macos --define framework_shared_object=true --define open_source_build=true --define=use_fast_cpp_protos=true --define=allow_oversize_protos=true --spawn_strategy=standalone --strategy=Genrule=standalone -c opt --announce_rc --define=grpc_no_ares=true --define=PREFIX=/usr --define=LIBDIR=$(PREFIX)/lib --define=INCLUDEDIR=$(PREFIX)/include
INFO: Reading rc options for 'build' from /home/poddingue/tensorflow/.tf_configure.bazelrc:
'build' options: --action_env PYTHON_BIN_PATH=/usr/bin/python3 --action_env PYTHON_LIB_PATH=/usr/local/lib/python3.7/dist-packages --python_pat
version: '3'
volumes:
rethinkdb-data:
storage-temp:
services:
nginx:
build: nginx/
volumes:
11-19-2021 22:11:04 Installing dependenices...
Lecture des listes de paquets…
Construction de l'arbre des dépendances…
Lecture des informations d'état…
autoconf est déjà la version la plus récente (2.69-14).
autoconf passé en « installé manuellement ».
automake est déjà la version la plus récente (1:1.16.3-2).
build-essential est déjà la version la plus récente (12.9).
git est déjà la version la plus récente (1:2.30.2-1).
Paquets suggérés :
updatecli diff --debug --config updatecli/updatecli.d/hello-world.yaml --values updatecli/values.github-action.yaml
*
+++++++++++
+ PREPARE +
+++++++++++
Loading Pipeline "updatecli/updatecli.d/hello-world.yaml"
DEBUG: stage: git-clone
---
name: Bump the various docker images versions for the Ruby version
scms:
default:
kind: github
spec:
user: "{{ .github.user }}"
email: "{{ .github.email }}"
owner: "{{ .github.owner }}"