mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
excluding env submodule in vendored riscv-tests as riscv-test-env is vendored separately
This commit is contained in:
parent
f0d303f0ac
commit
2c8c00ec55
2 changed files with 18 additions and 0 deletions
14
vendor/riscv_tests.lock.hjson
vendored
Normal file
14
vendor/riscv_tests.lock.hjson
vendored
Normal 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
|
||||
}
|
||||
}
|
4
vendor/riscv_tests.vendor.hjson
vendored
4
vendor/riscv_tests.vendor.hjson
vendored
|
@ -9,4 +9,8 @@
|
|||
url: "https://github.com/riscv-software-src/riscv-tests",
|
||||
rev: "master",
|
||||
},
|
||||
exclude_from_upstream: [
|
||||
"env/",
|
||||
"debug/programs/encoding.h"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue