Skip to content

ohos: Set sign.sh to be executable in the image#141

Merged
jschwe merged 1 commit into
servo:mainfrom
janeoa:fix-runner-sign-script-permissions
Jun 10, 2026
Merged

ohos: Set sign.sh to be executable in the image#141
jschwe merged 1 commit into
servo:mainfrom
janeoa:fix-runner-sign-script-permissions

Conversation

@janeoa

@janeoa janeoa commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Currently, depending on the host machine, when building with the build.sh the uv run main.py generated sign.sh file does not get permission to be executable by default, and on my machine, the permissions would also make it non executable in the image. So instead of manually doing +x on the sign.sh I propose adding chmod 755 to the dockerfile, so that the images gets correct permissions no matter the host settings

Signed-off-by: Jane <5373400+janeoa@users.noreply.github.com>
@janeoa janeoa requested a review from jschwe as a code owner June 10, 2026 13:38
@janeoa janeoa changed the title Add executable to sign.sh in the image Set sign.sh to be executable in the image Jun 10, 2026
@jschwe jschwe changed the title Set sign.sh to be executable in the image ohos: Set sign.sh to be executable in the image Jun 10, 2026
@jschwe jschwe merged commit cb7f7fb into servo:main Jun 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants