mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 01:43:22 +00:00
License Makefile, shell scripts, assembly source code, Dockerfile
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
faaa4438d6
commit
0920a084e4
@ -1,3 +1,5 @@
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
FROM ubuntu:22.04 as build-base
|
||||
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
set -e
|
||||
|
||||
SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||
|
Reference in New Issue
Block a user