mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
fix(unicode)
This commit is contained in:
parent
5a26c1f7d4
commit
427ea93596
|
@ -8,10 +8,17 @@ versions:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
working-directory: source
|
working-directory: source
|
||||||
script: |
|
dependencies:
|
||||||
./configure $ARGS
|
curl.se: '*'
|
||||||
make --jobs {{ hw.concurrency }}
|
script:
|
||||||
make install
|
# v74.1 replaced LICENSE with a broken symlink
|
||||||
|
- run: |
|
||||||
|
rm ../LICENSE
|
||||||
|
curl -L https://raw.githubusercontent.com/unicode-org/icu/main/LICENSE -o ../LICENSE
|
||||||
|
if: =74.1
|
||||||
|
- ./configure $ARGS
|
||||||
|
- make --jobs {{ hw.concurrency }}
|
||||||
|
- make install
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --prefix={{prefix}}
|
- --prefix={{prefix}}
|
||||||
|
|
Loading…
Reference in a new issue