From 476bb0da104b3719febfdef1d5c946ff3d47a878 Mon Sep 17 00:00:00 2001 From: plane_vector Date: Tue, 15 Aug 2023 12:19:33 +0800 Subject: [PATCH] configuration/riscv_fork_list: Add A-Tune --- configuration/riscv_fork_list.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/riscv_fork_list.yaml b/configuration/riscv_fork_list.yaml index bc2ab9d1..85d89280 100644 --- a/configuration/riscv_fork_list.yaml +++ b/configuration/riscv_fork_list.yaml @@ -837,3 +837,4 @@ packages: - name: zookeeper - name: zsh - name: zstd +- name: A-Tune -- Gitee