ci: add developer-tools-aarch64-linux-gnu stack (#48217)
This commit is contained in:
parent
adbbb91b41
commit
75162be4b6
@ -426,6 +426,30 @@ developer-tools-x86_64_v3-linux-gnu-build:
|
|||||||
- artifacts: True
|
- artifacts: True
|
||||||
job: developer-tools-x86_64_v3-linux-gnu-generate
|
job: developer-tools-x86_64_v3-linux-gnu-generate
|
||||||
|
|
||||||
|
###########################################
|
||||||
|
# Build tests for different developer tools
|
||||||
|
# aarch64
|
||||||
|
###########################################
|
||||||
|
.developer-tools-aarch64-linux-gnu:
|
||||||
|
extends: [ ".linux_aarch64" ]
|
||||||
|
variables:
|
||||||
|
SPACK_CI_STACK_NAME: developer-tools-aarch64-linux-gnu
|
||||||
|
|
||||||
|
developer-tools-aarch64-linux-gnu-generate:
|
||||||
|
extends: [ ".developer-tools-aarch64-linux-gnu", ".generate-aarch64"]
|
||||||
|
image: ghcr.io/spack/aarch64-linux-gnu:v2024-12-18
|
||||||
|
|
||||||
|
developer-tools-aarch64-linux-gnu-build:
|
||||||
|
extends: [ ".developer-tools-aarch64-linux-gnu", ".build" ]
|
||||||
|
trigger:
|
||||||
|
include:
|
||||||
|
- artifact: jobs_scratch_dir/cloud-ci-pipeline.yml
|
||||||
|
job: developer-tools-aarch64-linux-gnu-generate
|
||||||
|
strategy: depend
|
||||||
|
needs:
|
||||||
|
- artifacts: True
|
||||||
|
job: developer-tools-aarch64-linux-gnu-generate
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
# Build tests for different developer tools
|
# Build tests for different developer tools
|
||||||
# darwin
|
# darwin
|
||||||
|
@ -0,0 +1,85 @@
|
|||||||
|
spack:
|
||||||
|
view: false
|
||||||
|
packages:
|
||||||
|
all:
|
||||||
|
require: target=aarch64
|
||||||
|
concretizer:
|
||||||
|
unify: true
|
||||||
|
reuse: false
|
||||||
|
definitions:
|
||||||
|
- default_specs:
|
||||||
|
# editors
|
||||||
|
- neovim~no_luajit
|
||||||
|
- py-pynvim
|
||||||
|
- emacs+json+native+treesitter # note, pulls in gcc
|
||||||
|
# - tree-sitter is a dep, should also have cli but no package
|
||||||
|
- nano # just in case
|
||||||
|
# tags and scope search helpers
|
||||||
|
- universal-ctags # only maintained ctags, works better with c++
|
||||||
|
- direnv
|
||||||
|
# runtimes and compilers
|
||||||
|
- python
|
||||||
|
- llvm+link_llvm_dylib~lld~lldb~polly+python build_type=MinSizeRel # for clangd, clang-format
|
||||||
|
- node-js # for editor plugins etc., pyright language server
|
||||||
|
- npm
|
||||||
|
- cmake
|
||||||
|
- libtool
|
||||||
|
- go # to build fzf, gh, hub
|
||||||
|
- rust+dev # fd, ripgrep, hyperfine, exa, rust-analyzer
|
||||||
|
- binutils+ld+gold+plugins # support linking with built gcc
|
||||||
|
# styling and lints
|
||||||
|
- astyle
|
||||||
|
- cppcheck
|
||||||
|
- uncrustify
|
||||||
|
- py-fprettify
|
||||||
|
- py-fortran-language-server
|
||||||
|
- py-python-lsp-server
|
||||||
|
# cli dev tools
|
||||||
|
- ripgrep
|
||||||
|
- gh
|
||||||
|
- fd
|
||||||
|
# - bfs # liburing: /usr/include/linux/ipv6.h:19:8: error: redefinition of 'struct in6_pktinfo'
|
||||||
|
- fzf
|
||||||
|
- tree
|
||||||
|
- jq
|
||||||
|
- py-yq
|
||||||
|
- hub
|
||||||
|
- ncdu
|
||||||
|
- eza
|
||||||
|
- lsd
|
||||||
|
- hyperfine
|
||||||
|
- htop
|
||||||
|
- tmux
|
||||||
|
- ccache
|
||||||
|
# ensure we can use a jobserver build and do this fast
|
||||||
|
- gmake
|
||||||
|
- ninja # should be @kitware, can't be because of meson requirement
|
||||||
|
- openssl certs=system # must be this, system external does not work
|
||||||
|
- libtree
|
||||||
|
- patchelf
|
||||||
|
- sed
|
||||||
|
- which
|
||||||
|
- elfutils
|
||||||
|
- fontconfig
|
||||||
|
- font-util
|
||||||
|
- gdb
|
||||||
|
- flex
|
||||||
|
- graphviz
|
||||||
|
- doxygen
|
||||||
|
- meson
|
||||||
|
|
||||||
|
- arch:
|
||||||
|
- '%gcc target=aarch64'
|
||||||
|
|
||||||
|
specs:
|
||||||
|
- matrix:
|
||||||
|
- - $default_specs
|
||||||
|
- - $arch
|
||||||
|
|
||||||
|
ci:
|
||||||
|
pipeline-gen:
|
||||||
|
- build-job:
|
||||||
|
image: ghcr.io/spack/aarch64-linux-gnu:v2024-12-18
|
||||||
|
|
||||||
|
cdash:
|
||||||
|
build-group: Developer Tools aarch64-linux-gnu
|
Loading…
Reference in New Issue
Block a user