whatwg / html-build

Build scripts for https://github.com/whatwg/html
Other
62 stars 62 forks source link

Build failing locally when trying to send to server #286

Closed marcoscaceres closed 10 months ago

marcoscaceres commented 10 months ago

Running: $HOME/dev/whatwg/html-build/build.sh

I hit the following:

Checking if html-build is up to date...
Looking for the HTML source (set HTML_SOURCE to override)...
Found /Users/marcosc/dev/whatwg/html (from HTML_SOURCE)...
Linting the source file...
Downloading mdn-spec-links/html.json...
Pre-processing the source...
    Finished release [optimized] target(s) in 0.06s
     Running `target/release/html-build`

Local wattsi not present; trying the build server...
/Users/marcosc/dev/whatwg/html-build/build.sh: line 774: query_params[@]: unbound variable
domenic commented 10 months ago

Thanks for catching this, and sorry for the trouble!