Skip to content

Commit

Permalink
internal: update skymp-runtime-base and skymp-vcpkg-deps to 2c7d8a5 (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 7, 2024
1 parent 2c7d8a5 commit 5c0db3a
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:0718e14 ./run.sh
skymp/skymp-runtime-base:2c7d8a5 ./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:0718e14
SKYMP_VCPKG_DEPS_IMAGE=skymp/skymp-vcpkg-deps:2c7d8a5

0 comments on commit 5c0db3a

Please sign in to comment.