cyan

Results 51 issues of cyan

This should close #485, which I've opened a couple of months ago. Usage is simple, just add: ```yaml archive: - test.txt - file2.txt ``` to your `.abstruse.yml` and files will...

Currently abstruse work very well for me, but I'm wondering if it is possible to make an option to save job artifacts and download them from the ci? This may...

Status: Accepted
Priority: Medium
Type: Enhancement

This pull request close #559 Since docker already support multiarch by using qemu, it would be cool to have abstruse support it also, Commands required to setup: ```bash (HOST)# apt...

Fix issue #556, caused by the log being too long to fit in the table I didn't test it (yet), but it should fix the issue.

Hey! I was looking for an option to cross-compile some program, long story short: cross compilation is not supported. And I've discovered that docker support `--platform` switch. Setup required: -...

Hey! Today my instance crashed due to this error: ```plain /build/server/store/job/job.go:55 [2021-08-07 11:58:14] Error 1406: Data too long for column 'log' at row 1[2021-08-07 11:58:14] Error 1406: Data too long...

So as we agreed: It would be nice to have an option to build images, that will be used later (to avoid time/network consuming tasks such as downloading and installing...

As we were talking in the discord, it would be cool to be able to mount directory inside of the docker image. For security reasons, this should be done only...

Type: Enhancement

Hey! I'm unable to run './build_clang.sh', first stage finish without errors but second one returns like this: ```plain [ 0%] Building CXX object utils/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o cd /home/weare/Pulpit/Software/osxcross/build/llvm-10.0.1.src/build_stage2/utils/benchmark/src && /home/weare/Pulpit/Software/osxcross/build/llvm-10.0.1.src/build_stage1/bin/clang++ -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX...

Currently when trying to run ./build the script exits: ```plain x@arm64host  /Software/i2pdbrowser/linux/build   master  ./build This script is preparing firefox 91.12.0esr for use with I2Pd Downloading firefox......