Coder Social home page Coder Social logo

Comments (4)

dureuill avatar dureuill commented on July 19, 2024

Hello @curquiza 👋

I do not reproduce on branch release-v1.7.0 (147a67dc8266c77479d86f13a2d7ac0d7054c135), on an Ubuntu 18.04 (docker).

Commands I ran:

# outside docker
docker run --rm -it  ubuntu:18.04 /bin/bash
# inside docker
apt update
apt install -y git curl build-essential
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -S > rustup.sh
chmod +x ./rustup.sh
./rustup.sh -y --profile minimal
source "$HOME/.cargo/env"
git clone https://github.com/meilisearch/meilisearch
cd meilisearch
git checkout release-v1.7.0
RUSTFLAGS="-D warnings" cargo build --release --locked --no-default-features --all

from meilisearch.

curquiza avatar curquiza commented on July 19, 2024

The problem is the CI is not working on release-v1.7.0 as I linked in the issue 😢
https://github.com/meilisearch/meilisearch/actions/runs/8045912784

Here is the CI manifest: https://github.com/meilisearch/meilisearch/blob/main/.github/workflows/test-suite.yml

from meilisearch.

curquiza avatar curquiza commented on July 19, 2024

I re run it on release-v1.7.0, still does not work: https://github.com/meilisearch/meilisearch/actions/runs/8082966997/job/22084953481

from meilisearch.

dureuill avatar dureuill commented on July 19, 2024

Fixed by #4451

from meilisearch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.