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

Do away with postCreateCommand. #40

Merged
merged 3 commits into from
Mar 2, 2024
Merged

Do away with postCreateCommand. #40

merged 3 commits into from
Mar 2, 2024

Conversation

dabrahams
Copy link
Contributor

@dabrahams dabrahams commented Mar 2, 2024

This change makes the Dockerfile stand on its own, completely set up without the need to run it through the dev container.

Fixes #37.

make-pkgconfig.sh moved (and was symlinked from its original location) so that it would be within the docker image's build context and could be invoked during the build process.

Fixes #37.

make-pkgconfig.sh moved (and was symlinked from its original location)
so that it would be within the docker image's build context and could
be invoked during the build process.
@dabrahams dabrahams force-pushed the no-postCreateCommand branch from 1249b8c to 21eb328 Compare March 2, 2024 01:15
Copy link

codecov bot commented Mar 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.71%. Comparing base (521dc79) to head (0e342a7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   85.71%   85.71%           
=======================================
  Files          14       14           
  Lines         196      196           
=======================================
  Hits          168      168           
  Misses         28       28           
Flag Coverage Δ
debug 85.71% <ø> (ø)
macos-latest 85.71% <ø> (ø)
release 85.71% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dabrahams dabrahams merged commit 37db849 into main Mar 2, 2024
7 checks passed
@dabrahams dabrahams deleted the no-postCreateCommand branch March 2, 2024 01:26
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.

DevContainer: do away with postInstallCommand
1 participant