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

file hooks issue + sass macOS #2919

Open
aviramha opened this issue Nov 18, 2024 · 1 comment
Open

file hooks issue + sass macOS #2919

aviramha opened this issue Nov 18, 2024 · 1 comment
Assignees

Comments

@aviramha
Copy link
Member

mirrord.json

{
    "target": {
        "path": "deployment/c",
        "namespace": "c"
    },
    "feature": {
        "env": {
            "override": {"REQUESTS_CA_BUNDLE": "/etc/ssl/certs/ca-certificates.crt"}
        },
        "fs": "localwithoverrides",
        "network": {
        "incoming": {
            "mode": "steal",
            "http_filter": {
                "header_filter": "x-pp: {{ get_env(name='USER') }}",
                "ports": [1027]
            },
            "port_mapping": [[8650, 1027]]
        },
        "outgoing": true
        }
    },
    "operator": true,
    "kube_context": "kk"
}

command line

poetry shell
OBJC_DISABLE_INITIALIZE_FORK_SAFETY="YES" 
gunicorn --paste development.ini --config gunicorn.config.py

leads to

BundleBuildException: build error for bundle internalib.errorviews:static/scss.yml$error: sass: subprocess had error: stderr=b'/var/folders/t1/0q5k03_54k35w8_8cvtqrd_80000gn/T/mirrord-bin-ghu3278mz/usr/local/bin/sass: No such file or directory @ realpath_rec - /private/var/folders/t1/0q5k03_54k35w8_8cvtqrd_80000gn/T/mirrord-bin-ghu3278mz (Errno::ENOENT)\n', stdout=b'', returncode=1

This works if using fs: local.

Python 3.9.10

Copy link

linear bot commented Nov 18, 2024

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