Skip to content

GitHub actions #5433

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

Merged
merged 3 commits into from
Jul 29, 2020
Merged

GitHub actions #5433

merged 3 commits into from
Jul 29, 2020

Conversation

markrtuttle
Copy link
Collaborator

@markrtuttle markrtuttle commented Jul 24, 2020

This fixes the GitHub Actions building CBMC packages.

  • The Debian patch 64bit_regression_tests.patch failed to apply due to recent changes in regression/cbmc/xml-trace/test.desc
  • The workflow was changed to build only the packages that install into the operating system's equivalent of /usr/local/bin (the installation into /usr/local/cbmc-latest/bin turns out to be kind of useless).

By the way, the workflow Build and Test Xen also appears to be broken in develop.

Mark R Tuttle added 2 commits July 24, 2020 19:13
The GitHub Actions builds one set of installers that installs into the
operating system's equivalent of /usr/local/bin, and a second set of
installers that installs into the equivalent of
/usr/local/cbmc-latest/bin.  This patch removes the second set of
installers and leaves only those installing into /usr/local/bin.
@codecov
Copy link

codecov bot commented Jul 24, 2020

Codecov Report

Merging #5433 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #5433   +/-   ##
========================================
  Coverage    68.21%   68.21%           
========================================
  Files         1178     1178           
  Lines        97561    97561           
========================================
  Hits         66554    66554           
  Misses       31007    31007           
Flag Coverage Δ
#cproversmt2 42.77% <ø> (ø)
#regression 65.38% <ø> (ø)
#unit 32.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update daa4178...0856ebe. Read the comment docs.

@markrtuttle markrtuttle added the aws Bugs or features of importance to AWS CBMC users label Jul 25, 2020

Ubuntu18_Stable:
# Ubuntu16_Latest:
# name: Ubuntu 16 cbmc-latest package
Copy link
Member

Choose a reason for hiding this comment

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

Simply get rid of the commented lines?

@@ -242,19 +242,19 @@ jobs:
run: |
make -f ${SCRIPT_DIR}/Makefile
mv cbmc.tar.gz ${PACKAGE_STABLE_NAME}
mv cbmc-latest.tar.gz ${PACKAGE_LATEST_NAME}
# mv cbmc-latest.tar.gz ${PACKAGE_LATEST_NAME}
Copy link
Member

Choose a reason for hiding this comment

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

Also remove PACKAGE_LATEST_NAME environment variable above.

Copy link
Contributor

@NlightNFotis NlightNFotis left a comment

Choose a reason for hiding this comment

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

I second @kroening 's comments on removing the (now dead) build instructions, otherwise it's good to go.

Please implement this and I will approve and merge.

Delete unneeded portions of packages.yaml (don't just comment them
out), and delete all unneeded environment variable definitions.
Copy link
Contributor

@NlightNFotis NlightNFotis left a comment

Choose a reason for hiding this comment

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

Thanks for implementing the changes asked.

This is now good to go, and thus I will merge it.

@NlightNFotis NlightNFotis merged commit b45ff46 into diffblue:develop Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws Bugs or features of importance to AWS CBMC users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants