using non-interactive apt frontend
Some checks failed
Codacy Scan / Codacy Security Scan (push) Failing after 4m10s
Build WHY2-chat / test-why2 (./out/why2-chat-client, configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 2m17s
Test WHY2-core / test-why2 (why2, configure.sh, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 1m28s
Test WHY2-logger / test-why2 (why2-logger, configure.sh, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 1m24s
Test Project / test-project (configure.sh, ubuntu-latest, test) (push) Failing after 1m31s
Some checks failed
Codacy Scan / Codacy Security Scan (push) Failing after 4m10s
Build WHY2-chat / test-why2 (./out/why2-chat-client, configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 2m17s
Test WHY2-core / test-why2 (why2, configure.sh, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 1m28s
Test WHY2-logger / test-why2 (why2-logger, configure.sh, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 1m24s
Test Project / test-project (configure.sh, ubuntu-latest, test) (push) Failing after 1m31s
This commit is contained in:
parent
9feca42ec5
commit
ee6840ecfb
2
.github/workflows/why2-core-test.yml
vendored
2
.github/workflows/why2-core-test.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
run: sudo ./${{ matrix.configure }}
|
run: sudo ./${{ matrix.configure }}
|
||||||
|
|
||||||
- name: Install Valgrind
|
- name: Install Valgrind
|
||||||
run: sudo apt install valgrind
|
run: DEBIAN_FRONTEND=noninteractive sudo apt install valgrind
|
||||||
|
|
||||||
- name: Set up Rust
|
- name: Set up Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
2
.github/workflows/why2-logger-test.yml
vendored
2
.github/workflows/why2-logger-test.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
run: sudo ./${{ matrix.configure }}
|
run: sudo ./${{ matrix.configure }}
|
||||||
|
|
||||||
- name: Install Valgrind
|
- name: Install Valgrind
|
||||||
run: sudo apt install valgrind
|
run: DEBIAN_FRONTEND=noninteractive sudo apt install valgrind
|
||||||
|
|
||||||
- name: Set up Rust
|
- name: Set up Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user