-
**Is your feature request related to a problem you're trying to solve? Please describe.**
It happens that we include packages / attributes that have no binary cache and it takes rather long for eve…
-
```
alvaroghmpnb@macbookproateme ~ % python3 --version
Python 3.9.6
alvaroghmpnb@macbookproateme ~ % pip3 install --user --upgrade shaka-streamer shaka-streamer-binaries
Collecting shaka-streamer
…
-
### What problem or need do you have?
Good day.
Is there a way to configure the cache for arm64 only, since we only use M-processors and would like to accelerate caching without compiling architec…
-
[purescript](https://github.com/purescript/purescript) provides a way to install via npm
```
npm install purescript
```
> Once the command above is executed,
> 1. First, it checks if a PureScript…
-
# What would you like?
Today there is no logic implemented to clean up old or unused cypress binaries from the cache. This could use up a large amount of space on a users computer unnecessarily . Wit…
-
I found this recipe very useful, thanks a lot for creating it! Unfortunately it was a bit too baked into the nixops configuration for me to use directly and I also noticed a few minor issues, e.g. wit…
rycee updated
5 years ago
-
The triplet `arm64-android-dynamic` for testing.
```cmake
set(VCPKG_CMAKE_SYSTEM_NAME Android)
set(VCPKG_CMAKE_SYSTEM_VERSION 24)
set(VCPKG_TARGET_ARCHITECTURE arm64)
set(VCPKG_CRT_LINKAGE dyna…
-
### Description of the feature request:
TL;DR; In order to properly populate remote cache for developers, one has to build both android binaries and android/jvm libraries. This is costly and inef…
-
I wanted to do some extra caching of volta binaries
```
FROM --platform=$BUILDPLATFORM eclipse-temurin:21-jdk AS volta
USER ubuntu
ENV VOLTA_HOME=/home/ubuntu/.volta
ENV PATH=$VOLTA_HOME/bin:$…
-
Currently the binary is compiled for each request that is not efficient way to use compiled language as `C`.
To bring true performance of `C` into React component the binaries can be compiled only on…