Skip to content

Commit

Permalink
Last try
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed Jan 31, 2024
1 parent e24fe0a commit b9e8388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
if [ "$COMPILER" = "clang" ]; then
export CC=/usr/bin/clang && export CXX=/usr/bin/clang++
fi
ldd /home/runner/.dart_install/$python_dist_dir/dartpy.cpython-38-x86_64-linux-gnu.so
python -c "import dartpy"
cd ${{github.workspace}}
if [ "$BUILD_PYTHON" = "ON" ]; then
./waf configure --python --prefix=/usr --dart=~/.dart_install ;
Expand Down
1 change: 1 addition & 0 deletions ci/install_dart_latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ else
cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_INSTALL_PREFIX=/home/runner/.dart_install ..
fi
make -j4
make dartpy -j4
sudo make install
# We do not need this anymore
# if [ "$BUILD_PYTHON" = "ON" ] && [ "$DART_TAG" = "v6.11.1"]; then
Expand Down

0 comments on commit b9e8388

Please sign in to comment.