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

Can I safely compile the sass.so on another box? #41

Open
michalrames opened this issue Aug 13, 2019 · 1 comment
Open

Can I safely compile the sass.so on another box? #41

michalrames opened this issue Aug 13, 2019 · 1 comment

Comments

@michalrames
Copy link

I am deploying application that relies on sassphp in AWS autoscaling group, using AWS launch templates for provisioning. The instances only have 1GB RAM which is too little for libsass code build.

Because I don't understand C make process enough, I am asking the following question:

Can I safely build the sass.so as is, on another machine (same OS i.e. Ubuntu 18.x) and then simply copy it into the autoscaled instance during provisioning?

@underdarknl
Copy link

If the other host has the same target php version, same glib versions and same kernel there should be no issues as all the c level api's will be the same. This is exactly what distributions put in their rpm / deb files for you to install.

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

No branches or pull requests

2 participants