Opened 5 years ago

Last modified 5 years ago

#768 new enhancement

CI/Travis need more config space coverage

Reported by: Jiri Svoboda Owned by:
Priority: major Milestone:
Component: ci Version: mainline
Keywords: Cc: vojtech.horky@…
Blocker for: Depends on:
See also: #766

Description

HelenOS has a number of features that can be disabled or enabled during build configuration. CI/Travis only test the preconfigured profiles. This sometimes lead to build breaking when other configuration is set.

While it is not feasible to test all possible configurations, these are the typical problems:

  • kernel build fails when a kernel feature is disabled
  • build fails at a non-default optimization level

So one option would be to add a CI/Travis job to build

  • OS with all optional features disabled for at least one arch
  • OS with all different optimization levels (0, 1, 2, 3, s) for at least one arch

Change History (4)

comment:1 by Vojtech Horky, 5 years ago

Cc: vojtech.horky@… added

comment:2 by Vojtech Horky, 5 years ago

Component: helenos/unspecifiedci

comment:3 by Jakub Jermář, 5 years ago

Milestone: 0.8.0

comment:4 by Jiri Svoboda, 5 years ago

See also: #766

Also non-debug build.

Note: See TracTickets for help on using tickets.