Skip to content

Commit

Permalink
internal: update skymp-runtime-base and skymp-vcpkg-deps to 0718e14 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 19, 2024
1 parent 0718e14 commit de23bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/deploy/remote/branchctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker run -d --restart=always --name="skymp-server-$branch" --network=host \
-u "`id -u`:`id -g`" \
--cpu-period=50000 --cpu-quota=25000 \
--cap-add=SYS_PTRACE \
skymp/skymp-runtime-base:e042c08 ./run.sh
skymp/skymp-runtime-base:0718e14 ./run.sh
# ^ limited to 50% of CPU: https://stackoverflow.com/a/41552172

# This looks a bit ugly, but apparently is more fault-tolerant than older version:
Expand Down
2 changes: 1 addition & 1 deletion misc/github_env_linux
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SKYMP_VCPKG_DEPS_IMAGE=skymp/skymp-vcpkg-deps:e042c08
SKYMP_VCPKG_DEPS_IMAGE=skymp/skymp-vcpkg-deps:0718e14

0 comments on commit de23bba

Please sign in to comment.