You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Snaps have an annoying limitation where they require the user's home directory to be under /home, which means that currently Snaps cannot be run in CI jobs. This is causing 751c1eb to not work as desired.
This needs to be done on t.s.c at least but might as well do it for all the machines.
Also document the steps taken in #570 for future me.
The text was updated successfully, but these errors were encountered:
* Prioritize blocked task messaging over idle tasks
* Add test_scheduler_schedule_execution_blocked
* Add commentary
* Reword commentary a bit
* Document not-chosen approach in detail
* Use {crossbeam,chained}_channel::unbounded()
* Add test for race condition around SchedulingContext
* Fix race condition around SchedulingContext
* Comment about finished channels
* Clean up the scheduling context race test
* Codify hidden assumption with extra 1 recv/session
(EDIT there's actually no extra recv)
vovkman
pushed a commit
to helius-labs/solana
that referenced
this issue
Aug 20, 2024
Snaps have an annoying limitation where they require the user's home directory to be under
/home
, which means that currently Snaps cannot be run in CI jobs. This is causing 751c1eb to not work as desired.This needs to be done on t.s.c at least but might as well do it for all the machines.
Also document the steps taken in #570 for future me.
The text was updated successfully, but these errors were encountered: