Overlay port not cached
See original GitHub issueI’m forced to use a custom overlay port of Lua 5.1 (vcpkg only supports 5.3 and I have a large ecosystem based on 5.1), and it looks like the action does not cache it. Here’s how I use the action:
- name: Install dependencies with vcpkg
uses: lukka/run-vcpkg@v1
with:
vcpkgArguments: '@${{env.vcpkgResponseFile}}'
vcpkgDirectory: '${{github.workspace}}/3rdparty/vcpkg'
Here’s how the output looks like:
Computing installation plan...
The following packages are already installed:
boost-graph[core]:x64-osx
hunspell[core]:x64-osx
pugixml[core]:x64-osx
yajl[core]:x64-osx
The following packages will be built and installed:
lua[core]:x64-osx -- /Users/runner/runners/2.168.0/work/Mudlet/Mudlet/3rdparty/our-vcpkg-dependencies/lua
Package yajl:x64-osx is already installed
Package hunspell:x64-osx is already installed
Package boost-graph:x64-osx is already installed
Package pugixml:x64-osx is already installed
Starting package 1/1: lua:x64-osx
Building package lua[core]:x64-osx...
-- Installing port from location: /Users/runner/runners/2.168.0/work/Mudlet/Mudlet/3rdparty/our-vcpkg-dependencies/lua
-- Downloading https://www.lua.org/ftp/lua-5.1.5.tar.gz...
The action is in https://github.com/vadi2/Mudlet/blob/add-macos-action-ci/.github/workflows/build-mudlet.yml.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Use overlay networks | Docker Documentation
Create an overlay network You need the following ports open to traffic to and from each Docker host participating on an overlay network:...
Read more >Ports Overlay (Jun 19, 2019) - vcpkg
After resolving a port name, the installation process has to work the same as for ports shipped by vcpkg . This DOES NOT...
Read more >Docker windows container DNS Cache and firewall
I have tried to open ports first 0-9999 then 0-5000 then 0-2500 etc and found out that I need to open port 1888...
Read more >Running podman with sudo returns `error loading cached ...
I am having the exact same issue in NixOS, so I suspect the issue is not limited to Fedora. ERRO[0000] error loading cached...
Read more >Advanced content caching settings on Mac - Apple Support
Key Description Default value
AllowImports Allows import (upload) requests. Yes
MetricsInterval 60 (seconds)
Parents none
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Did you mean
lukka/run-vcpkg@auto_cache
?fixed in https://github.com/lukka/run-vcpkg/pull/14