From 35180f8867612832186fc0e63ff001a153044f77 Mon Sep 17 00:00:00 2001 From: modric Date: Wed, 22 Jun 2022 03:20:56 +0000 Subject: [PATCH] add linux-sgx.yaml. --- linux-sgx.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 linux-sgx.yaml diff --git a/linux-sgx.yaml b/linux-sgx.yaml new file mode 100644 index 0000000..b37915b --- /dev/null +++ b/linux-sgx.yaml @@ -0,0 +1,5 @@ +--- +version_control: git +src_repo: https://github.com/intel/linux-sgx.git +tag_prefix: sgx_ +separator: "." \ No newline at end of file -- Gitee