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

Fixes grist-oss experiemental accidentally including grist-ee code #1091

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

Spoffy
Copy link
Contributor

@Spoffy Spoffy commented Jul 8, 2024

This fixes an issue where grist EE code was accidentally being included in the grist-oss docker build.

This appears to be an issue with docker caching build contexts (although this isn't 100% confirmed).

The result is that when Grist-oss is built without the ext build context, it behaves as if it's using a previous version of the build context.

The fix is to explicitly provide an empty ext directory, so docker recognises that it's a new, empty value.

@Spoffy Spoffy changed the base branch from main to spoffy/grist-ee-defaults July 8, 2024 13:29
@Spoffy Spoffy force-pushed the spoffy/fix-oss-having-ee branch 3 times, most recently from 9ddf564 to 1508e4e Compare July 8, 2024 14:38
ext/.gitignore Outdated Show resolved Hide resolved
@jordigh jordigh changed the base branch from spoffy/grist-ee-defaults to main July 8, 2024 18:04
@jordigh jordigh merged commit a999b42 into main Jul 8, 2024
@jordigh jordigh deleted the spoffy/fix-oss-having-ee branch July 8, 2024 18:21
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