1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-28 23:43:37 +02:00

17 Commits

Author SHA1 Message Date
Guillaume Chatelet
804eaa075a
Use macos-latest for Freebsd
macos-10.15 does not exist anymore
2023-08-23 20:24:07 +02:00
Guillaume Chatelet
c919e9aa77
Support risc-v (#287)
Co-authored-by: DaniAffCH <danieleaffinita2000@gmail.com>
Co-authored-by: Corentin Le Molgat <corentinl@google.com>
2023-01-12 17:19:05 +01:00
Mizux
16ca56fcb2
Improve CI (Aarch64, Power) (#285)
* scripts: Fix shellcheck

* script: Bump qemu 5.2.0 -> 7.1.0

* scripts: add bootlin aarch64 toolchains

* scripts: Add PowerPC bootlin toolchain

* scripts: cleanup linaro toolchains

* scripts: cleanup codespace

* cmake(ci): Add aarch64 bootlin support

* cmake(ci): Add PowerPC bootlin support

* ci: Add aarch64 bootlin jobs

* ci: Add PowerPC bootlin jobs

* Remove conflict with compiler generated preprocessor

Co-authored-by: Guillaume Chatelet <gchatelet@google.com>
2022-11-03 10:06:38 +01:00
marquitos0119
981fbe3914
S390X Support (#274)
* support for s390x

* added z15 T01, T02 model checking

* removed z15 checking

* removed empty strings

* added s390x unit tests

* added reference url for hwcaps

* moved documentation to S390XFeatures struct, updated copyright date, removed unused include statement

* changed num_processors to int

* removed newlines from test inputs

* scripts: Add bootlin s390x support

* cmake(ci): Add s390x support

* ci: Add s390x workflow

Co-authored-by: Marcos <marcos.araque.fiallos@ibm.com>
Co-authored-by: Corentin Le Molgat <corentinl@google.com>
2022-11-02 09:38:13 +01:00
Guillaume Chatelet
c219c921c5
Move ci folder and make naming more consistent (#233) 2022-03-15 13:26:25 +01:00
Mizux
49679ea9d2
ci: Add bazel jobs (#232) 2022-03-10 11:27:29 +01:00
Mykola Hohsdze
9edae37fc7 Fix windows amd64 ci 2022-02-17 11:19:22 +01:00
Guillaume Chatelet
2f5a7bf80a
Rename 'master' branch into 'main' (#219) 2022-01-24 16:01:45 +01:00
Corentin Le Molgat
1601db5335 ci: Update Linux jobs to run inside a docker container. 2021-10-28 16:24:54 +02:00
Mizux Seiha
06abc90b45 ci: Fix windows workflow filename 2021-10-27 13:24:05 +02:00
Mizux
5d871e7569
ci: Migrate FreeBSD to macos-10.15 virtual env (#191)
note: In preparation to https://github.com/actions/virtual-environments/issues/4060
which will drop Vagrant/VirtualBox

ref: https://github.com/actions/virtual-environments/pull/4010
2021-10-26 16:01:14 +02:00
Guillaume Chatelet
55ac9f0556
Set CTest output on failure (#189) 2021-10-26 15:08:38 +02:00
Corentin Le Molgat
d4252660a2 ci(github): Add workflows 2021-10-26 11:42:29 +00:00
Mizux
38213bd010
ci: Add FreeBSD GitHub workflows (#167)
First step to fixing #158 : add a CI for FreeBSD.
2021-06-30 15:02:23 +02:00
Koichi Shiraishi
3c7149f22d github/workflows: fix install clang-format to use clang-extra-tools pkg 2021-04-07 08:47:46 +02:00
Guillaume Chatelet
7f62ff67c8
Excluding deleted files from clang-format Check 2020-10-12 07:18:05 +00:00
Mizux
38f2a0274f
ci: Add clang-format check (#132)
* ci: Add Clang-format check

* ci: Only check file(s) in the commit list
2020-09-23 09:33:35 +00:00