mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
document circleci attempt
This commit is contained in:
@@ -28,6 +28,8 @@ jobs:
|
||||
- run: nproc
|
||||
- run: date > my-artifact
|
||||
- run: ./setup -y
|
||||
# nproc one because CircleCI lies about actual CPUs we have (1) and build fails:
|
||||
# https://ideas.circleci.com/ideas/CCI-I-578
|
||||
- run: ./build --arch aarch64 --download-dependencies --nproc 1 gem5
|
||||
- store_artifacts:
|
||||
path: my-artifact
|
||||
|
||||
Reference in New Issue
Block a user