ci: build: remove debugging echos
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 17s
Gentoo Utils / check-format (push) Successful in 10s
Gentoo Utils / docs (push) Successful in 14s
Gentoo Utils / build (push) Successful in 25s
Gentoo Utils / test (push) Successful in 36s
Gentoo Utils / fuzz (push) Failing after 48s
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 17s
Gentoo Utils / check-format (push) Successful in 10s
Gentoo Utils / docs (push) Successful in 14s
Gentoo Utils / build (push) Successful in 25s
Gentoo Utils / test (push) Successful in 36s
Gentoo Utils / fuzz (push) Failing after 48s
ci: build: remove redundant source
This commit is contained in:
@@ -98,10 +98,6 @@ jobs:
|
||||
|
||||
- name: build and check
|
||||
run: |
|
||||
echo $USER
|
||||
echo "CC=$CC"
|
||||
echo "CXX=$CXX"
|
||||
source /etc/profile
|
||||
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
||||
meson compile -C build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user