1
0
mirror of https://github.com/containers/youki synced 2024-11-23 17:32:15 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
cuisongliu
d0515ff231 fix(main): support arm64 release youki
Signed-off-by: cuisongliu <cuisongliu@qq.com>
2023-11-14 00:27:18 +08:00
Eric Fang
f4e7e300e6
Fix the feature test and turn on in CI (#2060)
* reworked the justfile to be explicit with path

Signed-off-by: yihuaf <yihuaf@unkies.org>

* fix the feature tests

Signed-off-by: yihuaf <yihuaf@unkies.org>

* add the musl test

Signed-off-by: yihuaf <yihuaf@unkies.org>

* moving all stub into a single dir

Signed-off-by: yihuaf <yihuaf@unkies.org>

---------

Signed-off-by: yihuaf <yihuaf@unkies.org>
2023-06-19 21:21:18 +09:00
Yashodhan Joshi
6becc9af4e Change targets in the makefile 2022-11-30 12:13:03 +05:30
Uchio Kondo
4f7d556153 Detect architecture by uname command
Signed-off-by: Uchio Kondo <udzura@udzura.jp>
2022-11-18 20:21:54 +09:00
Manabu Ori
73c3542027 Fix whitespaces: replace TABs to SPACEs
Signed-off-by: Manabu Ori <manabu.ori@gmail.com>
2022-08-31 23:48:44 +09:00
Manabu Ori
9996250470 build.sh: add -f option for feature flags
Signed-off-by: Manabu Ori <manabu.ori@gmail.com>
2022-08-26 22:32:19 +09:00
Tony Duan
6e8f869bf3
chore: a separate target directory for runtimetest
building static-linked runtimetest requires additional RUSTFLAGS env
var. Unfortunately, the additional env var invalids the build cache,
leading cargo rebuilding everytime.

See https://github.com/rust-lang/cargo/issues/8716

A temporary solution is to build runtimetest in a seperate
`runtimetest-target` directory.

Signed-off-by: Tony Duan <tony84727@gmail.com>
2022-06-14 23:32:49 +08:00
utam0k
6a98b59026 Convenient use of rust-analyzer and other tools by placing Cargo.toml in the root.
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-04-26 12:03:09 +00:00
utam0k
17d7303c26
Make relase and debug optional in scripts/build.rs 2022-03-13 21:43:13 +09:00
utam0k
54bb830b4b
Introduce the root Makefile.
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-03-11 22:14:34 +09:00
Yashodhan Joshi
0ca07cb0a8 Add -eu to scripts 2022-02-19 23:29:10 +05:30
Yashodhan Joshi
cd56e28c04 Fix CI 2022-02-07 15:09:42 +05:30
Yashodhan Joshi
082bb12670 Add scripts to build binaries, run rust integration tests and clean up 2022-02-06 16:01:13 +05:30