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

Add "Tutorials" directory to SOURCE_DIRS in build_packages.sh #155

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

Mustaballer
Copy link
Contributor

@Mustaballer Mustaballer commented Aug 27, 2024

This PR adds the "Tutorials" directory to the SOURCE_DIRS array in the build_packages.sh script. This ensures that the content in the "Tutorials" directory is included during the package build process.

Attached is the content of the source package file including the new Tutorial source files:
source-with-tutorial-deb-pkg-contents.txt

@Mustaballer Mustaballer marked this pull request as ready for review August 27, 2024 16:58
@@ -307,9 +299,6 @@ pushd "$GIT_TOP_LEVEL" || exit
# Print input variables
print_input_variables

# Build the project, including tests
build_project
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this what you are copying when you build the test packages?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes @dgaliffiAMD, you are right—the build_project function produces the CTestTestfile.cmake files, which are then copied when building the test packages, I will revert the change

@Mustaballer Mustaballer merged commit ccdd8d5 into develop Aug 27, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants