License Makefile, shell scripts, assembly source code, Dockerfile

This commit is contained in:
Jianfeng Jiang
2024-01-03 06:40:54 +00:00
committed by Tate, Hongliang Tian
parent faaa4438d6
commit 0920a084e4
13 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: MPL-2.0
FROM ubuntu:22.04 as build-base
SHELL ["/bin/bash", "-c"]

View File

@ -1,5 +1,7 @@
#!/bin/bash
# SPDX-License-Identifier: MPL-2.0
set -e
SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )