Skip to content

Commit

Permalink
docs/devel: teach about KOLET_ARCHES
Browse files Browse the repository at this point in the history
Building kolet for other arches in the developer case is a waste of
time. This should probably be the default in fact. Anyway, for now let's
at least document `KOLET_ARCHES` to work around this.
  • Loading branch information
jlebon authored and dustymabe committed Feb 14, 2023
1 parent 02ce94d commit 4a6b256
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/devel.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ $ make
$ sudo make install
```

In the local developer case, you usually don't care about building kolet for
other arches. You can skip building them using e.g. `make KOLET_ARCHES=x86_64`.

From that point on, you only need to run `make && sudo make install` if you're
hacking on cosa itself (unless there are new RPM requirements added).

Expand Down

0 comments on commit 4a6b256

Please sign in to comment.