[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Suppress rtprio warning when ${CI} env var is set (#279)

Fabio Niephaus notifications at github.com
Sun Aug 19 09:38:51 UTC 2018


This makes the rtprio warning less verbose when the `${CI}` env var is set.
`${CI}` is usually set by common CI providers, see:
- https://docs.travis-ci.com/user/environment-variables/#default-environment-variables
- https://www.appveyor.com/docs/environment-variables/
- https://docs.gitlab.com/ee/ci/variables/#predefined-variables-environment-variables

"pthread_setschedparam failed: Operation not permitted" is still printed to inform about the misconfiguration.

If no one objects, I will merge this in the next couple of days...

Closes #275
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/279

-- Commit Summary --

  * Suppress rtprio warning when ${CI} env var is set

-- File Changes --

    M platforms/unix/vm/sqUnixHeartbeat.c (3)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/279.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/279.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/279
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180819/1b8e892c/attachment-0001.html>


More information about the Vm-dev mailing list