Skip to content

Commit

Permalink
Support full build on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Jun 26, 2024
1 parent 469f3ef commit b4d2e2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions o2suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ requires:
- Control-OCCPlugin
- O2
- O2Physics
- "ReadoutCard:(slc*)"
- "ReadoutCard:(slc.*x86)"
- Readout
- QualityControl
- "DataDistribution:(?!osx)"
- "ALF:(?!osx)"
- "ALF:(?!osx|.*aarch64)"
- "mesos:(slc.*)"
- "TpcFecUtils:(?!osx)"
valid_defaults:
Expand Down
2 changes: 1 addition & 1 deletion readout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requires:
- FairLogger
- Monitoring
- Configuration
- "ReadoutCard:(slc.*)"
- "ReadoutCard:(slc.*_x86-64)"
- lz4
- Control-OCCPlugin
- ZeroMQ
Expand Down
2 changes: 1 addition & 1 deletion readoutcard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires:
- Configuration
- Monitoring
- libInfoLogger
- "PDA:(?!osx)"
- "PDA:(?!osx|.*aarch64)"
- "Python:(?!osx)"
- "Python-system:(?!slc.*)"
build_requires:
Expand Down

0 comments on commit b4d2e2f

Please sign in to comment.