-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump some helpers. #809
bump some helpers. #809
Conversation
8d0feec
to
a9b180b
Compare
11bf669
to
ea60b3a
Compare
6ac9de8
to
99ccabd
Compare
99ccabd
to
a139268
Compare
a139268
to
35e4c4e
Compare
35e4c4e
to
2700b30
Compare
2700b30
to
a5c17e6
Compare
16d6b58
to
0b0e9a1
Compare
0b0e9a1
to
65329d3
Compare
65329d3
to
e3e011b
Compare
Signed-off-by: Manuel Bluhm <manuel@ssrc.tii.ae>
e3e011b
to
4ab9c48
Compare
f75f872
to
382a67d
Compare
079b46c
to
1d15135
Compare
Signed-off-by: Manuel Bluhm <manuel@ssrc.tii.ae>
Some how these were missed when the impermanence was enabled. Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
1d15135
to
c4a6cbb
Compare
17 commits up to: c4a6cbb platform: Lenovo X1 Carbon; flash script; USB SSD
works:
notes:
it can be seen continuously in the logs (admin-vm); issues:
platform: NVIDIA Jetson AGX Orin; cross-compile; flash script
works:
notes:
issues:
|
Tested with NVIDIA Jetson AGX Orin native: commit: c4a6cbb ci-test-automation suite: ok starting apps: ok, after opening apps-menu with Windows-button. regression / ad-hoc testing: ok Tested with RISC-V (packages.riscv64-linux.microchip-icicle-kit-debug) ci-test-automation suite: ok Tested with NVIDIA Jetson NX Orin native: commit: c4a6cbb ci-test-automation suite: ok starting apps: ok, after opening apps-menu with Windows-button. regression / ad-hoc testing: ok |
Description of changes
a flake bump with some new package versions
Changes for givc
Application Definition
Instead of a JSON string, application definition now works by defining a list of application such as:
The (optional)
args
parameter defines which argument types are allowed. Currently, there are two:--incognito
The reason for this whitelisting is that these parameters are validated to avoid injection attacks.
Currently allowed by default:
Application arguments via givc-cli
CLI arguments can be passed via the
givc-cli
as follows:There is no limit on the amount of parameters.
(remember to use the lastest cli, for quick testing on running system use
cat /run/current-system/sw/share/applications/Chromium.desktop
, in guivm)Checklist for things done
x86_64
aarch64
riscv64
make-checks
and it passesnixos-rebuild ... switch
Instructions for Testing