Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

noppa/google-closure-compiler-npm-issue234-mre

Repository files navigation

MRE for Google Closure Compiler issue 234

This repository contains two Dockerfiles which are nearly identical. They both install Node v16 and google-closure-compiler. The difference is that one of them uses Ubuntu as its base image, the other uses Arch Linux.

This works as a minimal, reproducible example for issue 234 of closure-compiler-npm ("google-closure-compiler-linux throwing Java exceptions."), because the error occurs when using the Arch Linux container but not when using the Ubuntu container.

Usage

Build and run the Ubuntu image (which works without an issue)

./test.sh ubuntu

Build and run the Arch image (which will produce an error)

./test.sh arch

About

MRE for google-closure-compiler-npm issue 234

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages