Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Individual mock options are not taken into account #404

Open
javihernandez opened this issue Dec 5, 2024 · 0 comments
Open

Individual mock options are not taken into account #404

javihernandez opened this issue Dec 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@javihernandez
Copy link
Member

If a build is created using this payload:

{
  "platforms": [
    {
      "name": "AlmaLinux-8",
      "arch_list": [
        "x86_64"
      ],
      "parallel_mode_enabled": true
    }
  ],
  "tasks": [
    {
      "git_ref": "a8",
      "url": "https://git.almalinux.org/rpms/almalinux-release.git",
      "ref_type": 1,
      "mock_options": {
        "module_enable": [
          "nodejs:12"
        ]
      },
      "test_configuration": {}
    }
  ],
  "linked_builds": [],
  "is_secure_boot": false,
  "mock_options": {},
  "platform_flavors": [],
  "test_configuration": {},
  "product_id": 1
}

The mock config generated for the package to be built doesn't include the enabled module. We need to ensure that individual mock mock configs are properly applied.

@javihernandez javihernandez moved this to Ready for dev in AlmaLinux Build System Dec 5, 2024
@javihernandez javihernandez added the bug Something isn't working label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Ready for dev
Development

No branches or pull requests

1 participant