-
Notifications
You must be signed in to change notification settings - Fork 895
Changed labeles for macOS ARM64 and Linux ARM64 builds #681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It seems a lot of workflows are added to the machines on my side. Will it be too heavy for them? |
No, there are only 4 builds for each machine and other workflows are OpenCV python tests. In addition, this repository runs workflows quite rare. |
…n into asen/change_labels
…anged ubuntu-latest to ubuntu-20.04
The last one issue - the network connection of Linux ARM64 machine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the cleanup steps use asenyaev/cleanup-action@v1
, some others use find . -mindepth 1 -delete
, and the others use rm -rf ./*
. If your asenyaev/cleanup-action@v1
can work across platforms, then just use your cleanup action for simplicity and unity.
BTW, Zihao is working on the network issue on the Linux ARM64 machine. It seems the problem is somehow related to the IPV6 routing on the machine.
Others look good to me👍
@fengyuentau, thank you for the update! My custom action works only with docker, because it was created using dockerfile and entrypoint bash script. I'm going to rebuild docker images which are used for build jobs using the non-root user to avoid permission issues when need to delete also hidden files ( |
No description provided.