We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/dev/tty
1 parent 59e343b commit 37a519aCopy full SHA for 37a519a
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
#!/bin/sh -e
71
printf '%s\n' "$0 $*" |
72
flock /run/lock/wrapper1.fbd136bd-9b1b-448d-84a9-e18be53ae63c.lock \
73
- tee -a /var/log/wrapper1.log /dev/tty >/dev/null
+ tee -a -- /var/log/wrapper1.log ~/ci-stdout >/dev/null
74
exec "$0.orig" "$@"
75
EOF
76
@@ -85,6 +85,7 @@ jobs:
85
86
chmod +x /usr/local/bin/wrap1 /usr/local/bin/wrapper1
87
mkdir /run/lock/wrapper1.fbd136bd-9b1b-448d-84a9-e18be53ae63c.lock
88
+ ln -s -- "/proc/$$/fd/1" ~/ci-stdout
89
90
find /usr/lib/gcc \( -name cc1 -o -name cc1plus \) \
91
-print -exec /usr/local/bin/wrap1 {} \;
0 commit comments