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

dev/core#1393 - distmaker - Skip new file "vendor/bin/pscss" #18605

Merged
merged 1 commit into from
Sep 26, 2020

Conversation

totten
Copy link
Member

@totten totten commented Sep 26, 2020

Overview

This fixes the broken distmaker builds in master.

The file vendor/bin/pscss was recently added by way of scssphp. We don't need it in the tarball, and it's a symlink, so trying to include breaks some consumers (like in https://lab.civicrm.org/dev/core/-/issues/1393).

ping @seamuslee001

Technical Details

  • Before (last release): vendor/bin/pscss does not exist
  • Before (current master): vendor/bin/pscss is created as symlink, copied to tarball
  • After (this commit): vendor/bin/pscss is created on dev-builds but omitted from tarball

This file was recently added by way of `scssphp`.  We don't use it, and
trying to bundle the symlink into the tarball breaks some consumers.

* Before (last release): `vendor/bin/pscss` does not exist
* Before (current master): `vendor/bin/pscss` is created as symlink, copied to tarball
* After (this commit): `vendor/bin/pscss` is created on dev-builds but omitted from tarball
@civibot
Copy link

civibot bot commented Sep 26, 2020

(Standard links)

@civibot civibot bot added the master label Sep 26, 2020
@eileenmcnaughton eileenmcnaughton merged commit f2ec3ed into civicrm:master Sep 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants