This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./scripts/gen-version.sh: Warning: could not determine the version, using the default version '2.4.4-fallback' | |
| make[1]: warning: undefined variable 'GNUMAKEFLAGS' | |
| ./scripts/gen-version.sh: Warning: could not determine the version, using the default version '2.4.4-fallback' | |
| make[1]: warning: undefined variable 'GNUMAKEFLAGS' | |
| ./scripts/gen-version.sh: Warning: could not determine the version, using the default version '2.4.4-fallback' | |
| make[1]: warning: undefined variable 'GNUMAKEFLAGS' | |
| [1/432] FETCH gtest_1.8.1 | |
| [2/432] FETCH re2_2015-11-01 | |
| [3/432] FETCH quickjs_95d6dcf6358a74e9cbe04eade7c383f43ba306cb | |
| [4/432] PROTOC build/proto/rdb_protocol/ql2.pb.cc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| === System info === | |
| Linux bananapif3-1 6.6.99-current-spacemit #1 SMP PREEMPT_DYNAMIC Thu Apr 10 14:00:52 UTC 2025 riscv64 GNU/Linux | |
| gcc (Debian 14.2.0-19) 14.2.0 | |
| === Configure === | |
| -- The C compiler identification is GNU 14.2.0 | |
| -- The CXX compiler identification is GNU 14.2.0 | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working C compiler: /usr/bin/cc - skipped | |
| -- Detecting C compile features |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Copyright (c) 2017, Alliance for Open Media. All rights reserved. | |
| * | |
| * This source code is subject to the terms of the BSD 2 Clause License and | |
| * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License | |
| * was not distributed with this source code in the LICENSE file, you can | |
| * obtain it at www.aomedia.org/license/software. If the Alliance for Open | |
| * Media Patent License 1.0 was not distributed with this source code in the | |
| * PATENTS file, you can obtain it at www.aomedia.org/license/patent. | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # K3 Full Data Collection Script | |
| # Run this on a fresh BianbuCloud K3 instance to collect ALL benchmark data. | |
| # Designed for a wiped machine — installs deps, builds, benchmarks, backs up. | |
| # | |
| # Usage: | |
| # chmod +x k3-full-run.sh | |
| # nohup ./k3-full-run.sh 2>&1 | tee k3-full-run.log & | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| updatecli apply --debug --config updatecli/updatecli.d/ssh-agent.yaml --values updatecli/values | |
| .github-action.yaml | |
| Repo: https://github.com/gounthar/quickstart-tutorials/tree/updatecli | |
| +++++++++++ | |
| + PREPARE + | |
| +++++++++++ | |
| Loading Pipeline "updatecli/updatecli.d/ssh-agent.yaml" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Repo https://github.com/gounthar/quickstart-tutorials/tree/clean-up | |
| updatecli apply --experimental | |
| Experimental Mode Enabled | |
| +++++++++++ | |
| + PREPARE + | |
| +++++++++++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| 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 }}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 : |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3' | |
| volumes: | |
| rethinkdb-data: | |
| storage-temp: | |
| services: | |
| nginx: | |
| build: nginx/ | |
| volumes: |
NewerOlder