Conversation
This reverts commit ee26175.
bba6131 to
d14d16f
Compare
| from attributes import attributes | ||
| from enums import enums | ||
| from config import config | ||
| from .functions import functions |
There was a problem hiding this comment.
Note: the original implementation of this is sort of a hack. References within a package either need to include the package name (generally recommended) or be explicitly relative (like this, because it allows all of these init.pys to be identical). The previous implementation "worked" by munging sys.path and doesn't work if you try to do it twice in one process (because the first global "functions" wins).
| @@ -1,4 +1,4 @@ | |||
| #include <nidcpower/nidcpower_service.h> | |||
| #include <nidcpower_service.h> | |||
There was a problem hiding this comment.
The custom cpps are inside the driver library and now just reference by filename (or not at all if they're empty)
| with: | ||
| access_token: ${{ github.token }} | ||
|
|
||
| - name: Set Swap Space |
There was a problem hiding this comment.
The nilrt build has been borderline out-of-memory since I added the -j2 flag. This is a way to get around that. TODO: change the @ to a commit SHA (or do something else).
Test