Skip to content

Commit

Permalink
internal: update vcpkg images (skyrim-multiplayer#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Oct 6, 2023
1 parent 3824bae commit ed49608
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:031296b ./run.sh
skymp/skymp-runtime-base:3824bae ./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:031296b
SKYMP_VCPKG_DEPS_IMAGE=skymp/skymp-vcpkg-deps:3824bae

0 comments on commit ed49608

Please sign in to comment.