Skip to content

Commit

Permalink
Use ICU system package
Browse files Browse the repository at this point in the history
  • Loading branch information
eu9ene committed Nov 22, 2024
1 parent bb7f523 commit d585a63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion taskcluster/docker/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN apt-get update -qq \
libboost-filesystem1.74.0 \
libboost-iostreams1.74.0 \
python3.10-venv \
python3-icu \
pkg-config \
libicu-dev \
&& apt-get clean


Expand Down
3 changes: 2 additions & 1 deletion taskcluster/docker/train/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN apt-get update -qq \
pigz \
curl \
wget \
python3-icu \
pkg-config \
libicu-dev \
&& apt-get clean


Expand Down

1 comment on commit d585a63

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error!

TemplateError at template.tasks[0]["base_ref"]: $switch can only have one truthy condition

Please sign in to comment.