- 14 Aug, 2022 1 commit
-
-
GooTal authored
-
- 02 Aug, 2022 3 commits
- 11 Jul, 2022 1 commit
-
-
Gerwin Klein authored
Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
- 10 Jul, 2022 3 commits
-
-
Axel Heider authored
Save some bandwith, we don't need the full page, just the URL of the most recent release. Signed-off-by:
Axel Heider <axel.heider@hensoldt.net>
-
Axel Heider authored
use %M (minute 00..59) instead of %I (hour 01..12) Signed-off-by:
Axel Heider <axel.heider@hensoldt.net>
-
Axel Heider authored
Co-authored-by:
Gerwin Klein <gerwin.klein@proofcraft.systems> Signed-off-by:
Axel Heider <axel.heider@hensoldt.net>
-
- 06 Jul, 2022 1 commit
-
-
Gerwin Klein authored
- use checkout action v3 as in super-linter docs - clone with full history, so that diffs work - use slim image, because we're not using any of the linters not present there Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
- 04 Jul, 2022 4 commits
-
-
Gerwin Klein authored
Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
Gerwin Klein authored
Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
Gerwin Klein authored
Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
Gerwin Klein authored
Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
- 26 Jun, 2022 1 commit
-
-
Axel Heider authored
Remove the symlink, because it seems obsolete. It is broken anyway, clang is in /usr/lib/llvm-11 in the new containers. Signed-off-by:
Axel Heider <axel.heider@hensoldt.net>
-
- 21 Jun, 2022 2 commits
-
-
Gerwin Klein authored
There are no active branches any more that require Isabelle2019, so we don't need to cache these. Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
Gerwin Klein authored
Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
- 08 Dec, 2021 5 commits
-
-
Gerwin Klein authored
For some reason, the snapshot URL sometimes needs a / at the end, otherwise we are getting 404 for the bullseye-updates line (but not always, of course, that would be too easy). Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
Gerwin Klein authored
Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
Gerwin Klein authored
The name changed from the version in buster. Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
Gerwin Klein authored
bullseye has been released as the next "stable" and the old docker build does not work any more. This commit switches the entire build over to bullseye only, which also happens to simplify the build scripts and upgrade a number of tool chain packages. It also means the `riscv` variant is removed, and included in the main images. In particular, we now have in the sel4 image: - gcc-10 - clang-11 - riscv gcc-8 + qemu 5.2.9 Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
Gerwin Klein authored
Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
- 24 Aug, 2021 1 commit
-
-
Gerwin Klein authored
These were used in TS for Bamboo in the past. Bamboo is now defunct and the new GitHub CI adds its own requirement on top of these images instead of inside. Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
- 04 Jul, 2021 1 commit
-
-
Damon Lee authored
The latest nanopb tools now use python3 instead of python2 which causes some of the Bamboo builds to fail. We leave python-protobuf here as the sel4test manifest which the dockerfiles test against has not yet updated to the latest changes which include the newest version of nanopb. Signed-off-by:
Damon Lee <Damon.Lee@data61.csiro.au>
-
- 02 Jul, 2021 1 commit
-
-
Damon Lee authored
Support for the Rumprun target was removed recently and this is causing the Rust dockerfile to fail. Note that we don't actually test any of the Rumprun Rust stuff at all in regression. Signed-off-by:
Damon Lee <Damon.Lee@data61.csiro.au>
-
- 24 Jun, 2021 1 commit
-
-
Gerwin Klein authored
This commit adds doxygen to the seL4 image and adds an "apply" image with sufficient LaTeX dependencies to build the seL4 reference manual. Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
- 20 Jun, 2021 1 commit
-
-
Gerwin Klein authored
Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
- 19 Jun, 2021 1 commit
-
-
Thomas Böhm authored
Signed-off-by:
Thomas Böhm <thomas.boehm@hensoldt-cyber.de>
-
- 18 May, 2021 2 commits
-
-
Gerwin Klein authored
Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
Gerwin Klein authored
It looks like this is not part of the base dependencies any more, but needed by git and repo etc. Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
- 23 Dec, 2020 2 commits
-
-
Luke Mondy authored
To revert back, or be made programatic in the future.
-
Luke Mondy authored
Change back to TS one when possible.
-
- 20 Dec, 2020 4 commits
-
-
Luke Mondy authored
Adding the stack group to all images did not work, since the seL4 image does not have the stack group. This slightly gross solution fixes that issue by adding the group to only camkes and above images. Signed-off-by:
Luke Mondy <luke.mondy@data61.csiro.au>
-
Luke Mondy authored
Signed-off-by:
Luke Mondy <luke.mondy@data61.csiro.au>
-
Luke Mondy authored
Copied solution from: https://github.com/RIOT-OS/RIOT/pull/10568 Signed-off-by:
Luke Mondy <luke.mondy@data61.csiro.au>
-
Luke Mondy authored
And into a bash script. This is much cleaner for reading and linting, and as such, much easier to add logic to. In this case, more complex logic on group creation has been added. If group creation fails, we now abandon trying to setup the group, which is mostly a nice-to-have. Signed-off-by:
Luke Mondy <luke.mondy@data61.csiro.au>
-
- 15 Dec, 2020 1 commit
-
-
Luke Mondy authored
Signed-off-by:
Luke Mondy <luke.mondy@data61.csiro.au>
-
- 06 Dec, 2020 1 commit
-
-
Luke Mondy authored
Signed-off-by:
Luke Mondy <luke.mondy@data61.csiro.au>
-
- 02 Dec, 2020 3 commits
-
-
Curtis Millar authored
For RedHat family linux distributions, podman is easier invoked directly so this allows the 'docker' program to be chosen explicitly when invoking make, e.g., `make DOCKER=podman user`. Signed-off-by:
Gerwin Klein <gerwin.klein@data61.csiro.au>
-
Gerwin Klein authored
Signed-off-by:
Gerwin Klein <gerwin.klein@data61.csiro.au>
-
Gerwin Klein authored
Signed-off-by:
Gerwin Klein <gerwin.klein@data61.csiro.au>
-