Skip to content

Commit fe32ed5

Browse files
committed
Remove e3-binarydata which is no longer needed to build langkit
1 parent 128c90d commit fe32ed5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/build_als.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ function build_langkit_raw() {
159159

160160
case "$NODE_ARCH_PLATFORM" in
161161
*darwin*)
162-
# Install e3-binarydata which is needed for packaging langkit as a wheel
163-
pip install git+https://github.com/AdaCore/e3-binarydata.git#egg=e3-binarydata
164-
165162
# On macOS, the full path of gnat.adc is stored in ALI files with case
166163
# normalization. Upon re-runs, gprbuild is unable to match the
167164
# normalized path with a non-case-normalized real path. This causes

0 commit comments

Comments
 (0)