Skip to content

Commit 4ecc650

Browse files
committed
Intermediate changes
commit_hash:a896f67ee4a422fc51444623a7eb011bd16c9350
1 parent 156c78e commit 4ecc650

File tree

6 files changed

+87
-1308
lines changed

6 files changed

+87
-1308
lines changed

contrib/libs/cxxsupp/libcxx/.yandex_meta/build.ym

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
{% block current_date %}2024-09-20{% endblock %}
55

66
{% block keep_sources %}
7+
.yandex_meta/scripts/fixlic.py
78
.yandex_meta/scripts/sysincls.py
89
include/__config_site
910
include/__config_epilogue.h
@@ -286,8 +287,17 @@ echo "no version update"
286287
rsync --recursive --delete --perms ${SRC}/ ${OUTPUT}
287288
{% endblock %}
288289

289-
290290
{% block step_install %}
291291
{{super()}}
292292
rsync ${SYSINCLS}/stl-to-libcxx.yml ${ARCADIA_ROOT}/build/sysincl/stl-to-libcxx.yml
293293
{% endblock %}
294+
295+
{% block run_license_analyzer %}
296+
{{super()}}
297+
base64 -d << EOF > ${BIN}/fixlic
298+
{% include 'scripts/fixlic.py/base64' %}
299+
300+
EOF
301+
cat ${OUTPUT}/.yandex_meta/licenses.list.txt | python3 ${BIN}/fixlic > _
302+
mv _ ${OUTPUT}/.yandex_meta/licenses.list.txt
303+
{% endblock %}

0 commit comments

Comments
 (0)