rmohr / bazeldnf

Build multi-arch base containers based on RPM with bazel.
Apache License 2.0
30 stars 18 forks source link

try to use rpmtree for euleros #30

Closed lynn901 closed 1 year ago

lynn901 commented 1 year ago

cat euler/repo.yaml

repositories:

bazelisk run //:bazeldnf -- rpmtree --buildfile euler/BUILD.bazel --repofile euler/repo.yaml --basesystem openEuler-release --name libvirttree libvirt

INFO: Analyzed target //:bazeldnf (0 packages loaded, 0 targets configured). INFO: Found 1 target... Target //:bazeldnf up-to-date: bazel-bin/bazeldnf.bash INFO: Elapsed time: 0.404s, Critical Path: 0.09s INFO: 1 process: 1 internal. INFO: Build completed successfully, 1 total action INFO: Build completed successfully, 1 total action INFO[0000] Loading packages. Error: strconv.ParseInt: parsing "None": invalid syntax

### how can i debug this error?