Skip to content

Commit 3e3cc6e

Browse files
committed
attemp4
1 parent 677875d commit 3e3cc6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/build.xsh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ bash ci/create_source_tarball0.sh
4545
tar xzf dist/lpython-$lpython_version.tar.gz
4646
cd lpython-$lpython_version
4747

48-
pwd
49-
ls
5048
mkdir test-bld
5149
cd test-bld
50+
cp ../../src/runtime/lpython_parser.py src/runtime
5251
# Note: we have to build in Release mode on Windows, because `llvmdev` is
5352
# compiled in Release mode and we get link failures if we mix and match build
5453
# modes:

0 commit comments

Comments
 (0)