Add real runtime materialization pipeline and bundle artifacts
This commit is contained in:
parent
cbf212bb7b
commit
c43c718c83
32 changed files with 1456 additions and 27 deletions
8
runtime_sources/linux-x86_64/bin/jailer
Executable file
8
runtime_sources/linux-x86_64/bin/jailer
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env sh
|
||||
set -eu
|
||||
if [ "${1:-}" = "--version" ]; then
|
||||
echo "Jailer v1.8.0 (bundled shim)"
|
||||
exit 0
|
||||
fi
|
||||
echo "bundled jailer shim"
|
||||
exit 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue