https://www.yoctoproject.org/wp-content/uploads/sites/32/2023/10/Clinging-to-clang-v2-min.pdf
const stop = otel.start();
environment-setup-aarch64-poky-linux → which sets CC, CFLAGS, SDKTARGETSYSROOT, etc.
stop();
which also allows for...
curl -L
-X PUT
-H "Accept: application/vnd.github+json"
-H "Authorization: Bearer "
-H "X-GitHub-Api-Version: 2022-11-28"
https://api.github.com/repos/OWNER/REPO/actions/workflows/WORKFLOW_ID/enable
using session = otel.start();
// automatically stops
GitHub CLI api
gh api
--method PUT
-H "Accept: application/vnd.github+json"
-H "X-GitHub-Api-Version: 2022-11-28"
/repos/OWNER/REPO/actions/workflows/WORKFLOW_ID/enable
Originally posted by @richlanchavis93 in nodejs/node#61907 (comment)
https://www.yoctoproject.org/wp-content/uploads/sites/32/2023/10/Clinging-to-clang-v2-min.pdf
const stop = otel.start();
environment-setup-aarch64-poky-linux → which sets CC, CFLAGS, SDKTARGETSYSROOT, etc.
stop();
which also allows for...
curl -L
-X PUT
-H "Accept: application/vnd.github+json"
-H "Authorization: Bearer "
-H "X-GitHub-Api-Version: 2022-11-28"
https://api.github.com/repos/OWNER/REPO/actions/workflows/WORKFLOW_ID/enable
using session = otel.start();
// automatically stops
GitHub CLI api
https://cli.github.com/manual/gh_api
gh api
--method PUT
-H "Accept: application/vnd.github+json"
-H "X-GitHub-Api-Version: 2022-11-28"
/repos/OWNER/REPO/actions/workflows/WORKFLOW_ID/enable
Originally posted by @richlanchavis93 in nodejs/node#61907 (comment)