Coder Social home page Coder Social logo

setup-z3's Introduction

setup-z3

This Action sets up Z3 by downloading a release build.

Usage

Just use the pavpanchekha/setup-z3 action. It has three inputs:

  • version: a version number for Z3; required.
  • architecture: x64 by default, can be set to x86 for the Windows build.
  • distribution: glibc-2.31 by default for use on ubuntu; find other options here.

setup-z3's People

Contributors

pavpanchekha avatar dependabot[bot] avatar anishbadhri avatar skyf0l avatar serras avatar junkil-park avatar larskuhtz avatar philderbeast avatar

Stargazers

Alexa VanHattum avatar Tiago Cogumbreiro avatar Zhiyang Chen avatar  avatar sudo rm -rf --no-preserve-root / avatar Shun Kakinoki avatar t11s avatar Rachel M. Carmena avatar Juri Hahn avatar Mauro Bringolf avatar Colin Woodbury avatar

Watchers

 avatar James Cloos avatar Kostas Georgiou avatar Rachel M. Carmena avatar

setup-z3's Issues

Check failure: The `add-path` command is deprecated and will be disabled soon

Hi @pavpanchekha ๐Ÿ‘‹

Thank you so much for your action ๐Ÿ™Œ

Request

Please, could you create a new release ?

Reason

Screenshot from 2020-11-04 15-37-37

The add-path command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

And #3 made the required upgrade.

We removed all the commands when using your action and if it's not fixed we'll have to add the commands again.

Thanks in advance!

Publish latest version

The last published version is v1.2.2.
This version does not have the distribution parameter.

Versioning confusion

The latest published version on the marketplace is 1.2.2 but this version doesn't support the distribution argument. However, the latest release (0.3.0) does.
You may have been confused with versioning. Can you update the latest version on the marketplace please?

Download file name construction for newer z3 releases.

Thanks for this action. I've been contributing to some of the Liquid Haskell repos and this action is in use there.

      - name: Setup z3
        uses: pavpanchekha/[email protected]
        with:
          version: "4.8.7"

It looks like file name construction won't work for some of the newer releases of the z3 solver.

setup-z3/index.js

Lines 5 to 6 in 77c3359

let path = "https://github.com/Z3Prover/z3/releases/download/z3-" + version;
let file = "z3-" + version + "-" + architecture + "-" + distribution + ".zip";

Screen Shot 2022-08-02 at 7 16 50 AM

The z3-4.8.17 binaries:

Screen Shot 2022-08-02 at 9 22 32 AM

The z3-4.10.2 binaries:

Screen Shot 2022-08-02 at 9 20 35 AM

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.