| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make was improperly being called inside the container on a project that is ↵ | 2025-07-23 | 1 | -4/+2 | |
| | | | | | missing its dependencies in the lib/ directory, leading to a 'No rule to make target' error: updated Dockerfile to remove the submodule command at: ln:29: and: Jenkinsfile will use the git submodule sync command. This will ensure the agent's repository is correctly configured before fetching the submodule code: at: ln:9-17 | ||||
| * | Attempt to patch CI pipeline: Dockerfile will now be selfcontained, and ↵ | 2025-07-23 | 1 | -0/+3 | |
| | | | | | thus, will init .gitmodules: ln:10 removed from original Jenkinsfile | ||||
| * | CRITICAL FOR TESTING: This copies the entire Jenkins workspace (including ↵ | 2025-07-23 | 1 | -0/+1 | |
| | | | | | the populated lib/ directory from the submodules) into the running container, ensuring all the required source files are available for the build process. | ||||
| * | Copying the ENTIRE subdirectory as expected: ln:27 | 2025-07-23 | 1 | -1/+1 | |
| | | |||||
| * | Ensure that the expected directory structure exists inside the container, ↵ | 2025-07-22 | 1 | -1/+3 | |
| | | | | | just as install.sh expects: ln:27 | ||||
| * | Added liblua5.4-dev package for build | 2025-07-22 | 1 | -0/+3 | |
| | | |||||
| * | Jenkins checkout step with the SubmoduleOption enabled: Attempt5 | 2025-07-22 | 1 | -1/+0 | |
| | | |||||
| * | This file defines the environment for the lush application: Attempt4 | 2025-07-22 | 1 | -0/+26 | |
