-
**Describe the bug:**
Service specific variables aren't set
**Steps to reproduce:**
Add to script.sh
```
#!/usr/bin/env bash
echo "FOO: $FOO"
```
`flox edit` and add contents:
```
version = 1
[se…
-
### Checklist
- [X] I added a descriptive title.
- [X] I searched through [existing issues](https://github.com/ContinuumIO/anaconda-issues/issues) and couldn't find a solution or duplicate issue.
- […
-
### Description
I'm trying to use runsc to run a software bundle built by guix pack. While it works if i use `/bin/sleep 100` as the command, runsc fails immediately if i use `/bin/bash -c "sleep 100…
-
I noticed that artifact `com.github.java-json-tools:jackson-coreutils:2.0` doesn't have the same content in maven central and jitpack.io repository :
- maven central : https://repo1.maven.org/maven2…
-
I'm trying to build coreutils 0.0.15 on a x86_64-pc-linux-musl host using the full LLVM toolchain and see the following build error:
```
Running `rustc --crate-name libstdbuf --edition=2021 src…
marv updated
4 months ago
-
### Description / Steps to reproduce the issue
try building esp32s3-devkit:knsh on macOS.
it uses kconfig-merge, which internally uses `cp -T`, which is not available for non-gnu cp.
https://bitb…
-
So that I can see which environment variables are defined. This is useful for figuring out what variables to put into my `.shellrc` to make MSVC work.
`printenv` is already in coreutils, so we just…
-
-T lists the tag:
```
ls -T a.txt
t ISO8859-1 T=on a.txt
```
-
This is done here:
https://github.com/uutils/coreutils/blob/main/.github/workflows/GnuTests.yml
and
https://github.com/uutils/coreutils/blob/main/.github/workflows/GnuComment.yml
we are publishi…
-
I've setup the flow using docker and I'm able to run commands like make mcu-gen and get the outputs in respective directory. However, whilst using the command make vivado-fpga FPGA_BOARD=pynq-z2 the l…