Skip to content

Commit

Permalink
main/hwloc: !lintcomp
Browse files Browse the repository at this point in the history
how i lost this from rebase, no idea
  • Loading branch information
nekopsykose committed Sep 27, 2024
1 parent 1677dfb commit 1f5c5b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/hwloc/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
source = f"https://www.open-mpi.org/software/hwloc/v{".".join(pkgver.split(".")[0:2])}/downloads/hwloc-{pkgver}.tar.bz2"
sha256 = "f7f88fecae067100f1a1a915b658add0f4f71561259482910a69baea22fe8409"
# can't run them in bwrap with no sysfs
options = ["!check"]
# lintcomp: eager preload under different name
options = ["!check", "!lintcomp"]


def post_install(self):
Expand Down

0 comments on commit 1f5c5b3

Please sign in to comment.