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 · May be fixed by AlmaLinux/albs-web-server#1116
Open

Individual mock options are not taken into account #404

javihernandez opened this issue Dec 5, 2024 · 0 comments · May be fixed by AlmaLinux/albs-web-server#1116
Assignees
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
@maccelf maccelf self-assigned this Feb 12, 2025
@maccelf maccelf moved this from Ready for dev to In progress in AlmaLinux Build System Feb 12, 2025
maccelf added a commit to AlmaLinux/albs-web-server that referenced this issue Feb 17, 2025
@maccelf maccelf moved this from In progress to In review in AlmaLinux Build System Feb 17, 2025
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: In review
Development

Successfully merging a pull request may close this issue.

2 participants