excluding env submodule in vendored riscv-tests as riscv-test-env is vendored separately

This commit is contained in:
Saad Khalid 2023-02-13 16:23:32 +00:00 committed by Greg Chadwick
parent f0d303f0ac
commit 2c8c00ec55
2 changed files with 18 additions and 0 deletions

14
vendor/riscv_tests.lock.hjson vendored Normal file
View file

@ -0,0 +1,14 @@
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
// This file is generated by the util/vendor script. Please do not modify it
// manually.
{
upstream:
{
url: https://github.com/riscv-software-src/riscv-tests
rev: f163ddfc9b0bf78fb8180012ffcfc93427f780f0
}
}

View file

@ -9,4 +9,8 @@
url: "https://github.com/riscv-software-src/riscv-tests",
rev: "master",
},
exclude_from_upstream: [
"env/",
"debug/programs/encoding.h"
]
}