You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Jenkinsfile: correct directory for arch dockerfile
* Jenkinsfile: RELEASE_ID => KEVM_RELEASE_ID variable name
* Jenkinsfile, deps/k_release, package/Dockerfile: retrieve K_RELEASE to use from file
* Jenkinsfile: set K_RELEASE after checkout
* Jenkinsfile: escape literal $
* Jenkinsfile: capture stdout for getting K_RELEASE
* package/Dockerfile: echo the K_RELEASE being used, avoid setting default
* Makefile: add test-interactive-firefly target
* Jenkinsfile, package/Dockerfile: run firefly tests on releases
* Jenkinsfile, Dockerfile, package/Dockerfile.ubuntu-bionic: apt => apt-get
* package/Dockerfile.ubuntu-bionic: remove npm direct dependency
* package/Dockerfile.ubuntu-bionic: add sudo, create user manually
* Jenkinsfile: correction to installing kevm
* package/Dockerfile.ubuntu-bionic: get node 10 directly
* package/Dockerfile.ubuntu-bionic: install nodejs after setting up repos
* Makefile: run npm install after npx kevm-ganache-cli
* Jenkinsfile, package/Dockerfile: install npx in Dockerfiles
* Makefile: correctly run in openzeppelin subdirectory
* Makefile: keep background process from confusing shell &&
* Makefile: change into correct subdir
* Jenkinsfile: correct variable name for sh script
* Jenkinsfile: correct path to kevm-git package
* package/Dockerfile.arch: install base and base-devel
* Jenkinsfile: make sure K_RELEASE is set on Deploy phase
* Makefile: blow away openzeppelin-solidity directory if it exists
* Jenkinsfile: use git_commit variable directly
* Jenkinsfile: run upload block in repo subdir
* INSTALL: avoid you in install text
* Jenkinsfile: tag commit before pushing to avoid race
* Jenkinsfile: skip tag creation
* Makefile, Jenkinsfile: build release file as make target
* Jenkinsfile: use HEAD for commitish
* deps/k_release: update release dependency
* deps/k: update submodule dependency
* Jenkinsfile, package/Dockerfile: install K release after updating containers
* Jenkinsfile: release dockerfiles dont need K_RELEASE anymore
* Jenkinsfile: rename stage
* Jenkinsfile: get k_release from file directly instead of extra env setup
* Jenkinsfile: update failure message
* Jenkinsfile: add --yes to apt-get instructions
* package/Dockerfile.ubuntu-bionic: no need for `jq`
* deps/k_release: correct URL
* Jenkinsfile: --noconfirm option to pacman
* Makefile: peg specific commit of open zeppelin, run all tests
* Jenkinsfile, deps/k_release: get release from submodule peg
* Jenkinsfile: change to deps/k in subshell
* Makefile: only run ERC20 test on firefly
* Makefile: formatting
* Jenkinsfile: use current HEAD for release commit
* Jenkinsfile: fix typo
* Jenkinsfile: correct RELEASE_ID => KEVM_RELEASE_ID
* .ci: remove old file
* Jenkinsfile: build source tarball first
* Jenkinsfile: no committish flag
0 commit comments