Skip to content

Commit

Permalink
CIの修正
Browse files Browse the repository at this point in the history
> [1932:1932:0120/095312.117317:FATAL:zygote_host_impl_linux.cc(128)] No usable sandbox! If you are running on Ubuntu 23.10+ or another Linux distro that has disabled unprivileged user namespaces with AppArmor, see https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. Otherwise see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the (older) SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox.

リモートで作られる使い捨ての環境だしリスクも低そうなので `--no-sandbox` で対応してしまう
  • Loading branch information
popon-01 committed Jan 20, 2025
1 parent ec0d5d5 commit 4dd9cab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pdf-config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"pdf_options": {
"format": "A4",
"margin": "30mm 20mm"
},
"launch_options": {
"args": ["--no-sandbox"]
}
}

0 comments on commit 4dd9cab

Please sign in to comment.