Replies: 15 comments 4 replies
-
I found this discussion #1993 about Azure and confirmed that there is a |
Beta Was this translation helpful? Give feedback.
-
Could you share the content In the github pipeline, add one command |
Beta Was this translation helpful? Give feedback.
-
@jondy Here is the content:
|
Beta Was this translation helpful? Give feedback.
-
It seems the disk is really used. |
Beta Was this translation helpful? Give feedback.
-
Try to remove name: test-github-actions
run-name: ${{ github.actor }} is testing GitHub Actions
on: [push]
jobs:
test-no-disk:
runs-on: ubuntu-latest
steps:
- run: sudo mv /dev/disk /dev/notdisk
- run: pip install pyarmor
- run: pyarmor -h |
Beta Was this translation helpful? Give feedback.
-
This worked as a temporary workaround - after registering the CI license, can we move |
Beta Was this translation helpful? Give feedback.
-
Do not move back when pyarmor is running. |
Beta Was this translation helpful? Give feedback.
-
@jondy Is there a better solution than moving Regarding "At this time Pyarmor CI license won't work if docker container has disk mounted." - is this a design choice? design limitation? or a bug that needs to resolved? Further, I need to generate builds for I tried moving |
Beta Was this translation helpful? Give feedback.
-
For MacOS, rename |
Beta Was this translation helpful? Give feedback.
-
Please watch release note in this repo, I may or may not comment this discussion if time is too long |
Beta Was this translation helpful? Give feedback.
-
Hi @jondy , The below is the pipeline:
Pipeline logs:
|
Beta Was this translation helpful? Give feedback.
-
For Windows, it need pyarmor.cli.core >= 7.6.4 which will be released in this month (Feb. 2025)
|
Beta Was this translation helpful? Give feedback.
-
pyarmor.cli.core v7.6.4 will be released in this month. |
Beta Was this translation helpful? Give feedback.
-
pyarmor.cli.core v7.6.4 is released today, it need not extra step to install |
Beta Was this translation helpful? Give feedback.
-
@ari-almanak please also check notes in https://pyarmor.readthedocs.io/en/latest/how-to/ci.html |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using our CI license (
pyarmor reg pyarmor-ci-XXXX.zip
) in GitHub Actions on a Ubuntu-latest runner, and have followed the instructions as outlined in the documentation, but still get the error:Why am I still receiving this error if I am using this in a CI pipeline? For now I am going to have to use our pro license, but this will probably run out of monthly uses rapidly, which is a problem.
Beta Was this translation helpful? Give feedback.
All reactions