-
Please include the following data:
* `export | egrep 'LANG|LC_CTYPE|TERM'`
```
export | egrep 'LANG|LC_CTYPE|TERM'
COLORTERM=truecolor
LANG=en_US.UTF-8
TERM=xterm-256color
TERM_PROGRAM=WarpTerm…
-
### What problem will this feature address?
The build process runs on the same server as my projects, which isn't ideal
### Describe the solution you'd like
Use a separate server to build the proje…
-
GitHub Actions workflow [Dependency Check #89](https://github.com/bwireman/cactus/actions/runs/11994890156) failed.
Event: schedule
Branch: [main](https://github.com/bwireman/cactus/tree/main)
Commit…
-
Hi,
when adding the nvme-driver to my project I get multiple -fpermissive build errors.
For example:
```
l4/pkg/nvme-driver/server/src/ns.cc:95:13: error: passing ‘volatile Nvme::Queue::Sqe’ a…
-
I'm trying to generate a Nix build for Adamantine.
https://github.com/wd15/adamantine/blob/nix/flake.nix
The dependencies seem to build without an issue, but Adamantine is failing with
```
…
-
I tried to build on and react-native expo project by going to android folder and by running ./gradlew assembleRelease. But it is giving error while building with these error messages:
> Task :rea…
-
### Describe the bug
Building SDK from source failed.
```
[ 21%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/s2n/s2n_tls_channel_handler.c.o
/home/jenkins/aws-s…
-
```
In file included from /mnt/d/orocos_kinematics_dynamics/python_orocos_kdl/PyKDL/PyKDL.h:28,
from /mnt/d/orocos_kinematics_dynamics/python_orocos_kdl/PyKDL/frames.cpp:28:
/usr/i…
-
### Operating system
x64-linux
### Compiler
GCC
### Steps to reproduce the behavior
```Shell
./vcpkg install
with vcpkg.json
{
"dependencies": [
"cpr"
],
"overrides": [
{ "name" : …
-
# Target
Build from source code with rust.
# Steps
- Analyze the build process and split it into few parts.
- There are lots of build arguments and internal methods that rust doesn't have, need to…