Display-Lock icon indicating copy to clipboard operation
Display-Lock copied to clipboard

Fix CI/CD by correcting the version.h path in build_inc.py

Open Copilot opened this issue 7 months ago • 0 comments

Issue

The CI/CD pipeline was failing because the build_inc.py script couldn't find the correct path to the version.h file during the build process.

Changes

This PR makes a single targeted change to fix the CI/CD pipeline:

  • Updated the path in build_inc.py from ./Display-Lock/resources/version.h to ./src/resources/version.h to match the actual project structure

Testing

  • Confirmed that the script successfully finds and updates the version.h file with different configuration parameters
  • Verified that the script passes all linting checks with a perfect score
  • Manually tested the build increment script with various inputs

The fix is minimal and focused only on correcting the file path, ensuring the version information is correctly updated during the build process.

Fixes #127.

[!WARNING]

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • cdn.fwupd.org
    • Triggering command: /usr/bin/fwupdmgr refresh (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot avatar May 21 '25 02:05 Copilot