-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/update travis ci #110
Open
jackson15j
wants to merge
3
commits into
jorgenschaefer:master
Choose a base branch
from
jackson15j:feature/update_travis_ci
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/update travis ci #110
jackson15j
wants to merge
3
commits into
jorgenschaefer:master
from
jackson15j:feature/update_travis_ci
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jackson15j
force-pushed
the
feature/update_travis_ci
branch
from
July 27, 2021 16:37
8d979d8
to
516c68e
Compare
Got latest versions from: https://github.com/rejeep/evm/tree/master/recipes
Travis is failing: https://travis-ci.org/github/jorgenschaefer/pyvenv/jobs/772569402, so trying to work around the deprecation: ``` ... Done (Total of 2 files compiled, 1 skipped) Package `s-1.12.0' deleted. Wrote /home/travis/.emacs.d/.cask/24.3/bootstrap/s-20180406.808/s.el File exists: /home/travis/.emacs.d/.cask/24.3/bootstrap/s-20180406.808/s-pkg.el !!! !!! DEPRECATION NOTICE !!! !!! !!! The cask `go` script will be removed on 2021/06/01. !!! !!! This is due to security concerns about the way python is !!! invoked from curl, and to remove the python dependency from cask. !!! !!! The way to install cask without depending on the `go` script !!! is very simple. Just clone Cask and pass the PATH. !!! !!! git clone https://github.com/cask/cask ~/.cask !!! PATH=$HOME/.cask/bin:$PATH !!! !!! # If you want to make it permanent !!! echo 'PATH=$HOME/.cask/bin:$PATH' >> .bashrc !!! Cask could not be bootstrapped. Try again later, or report an issue at https://github.com/cask/cask/issues The command "curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > travis.sh && source ./travis.sh" failed and exited with 1 during . Your build has been stopped. ```
jackson15j
force-pushed
the
feature/update_travis_ci
branch
from
July 27, 2021 16:42
516c68e
to
f9ac847
Compare
There's a workaround: https://emacs.stackexchange.com/questions/34296/package-emacs-25-is-unavail, but this looks like there is a downstream dependency that has moved to `25.1`. Travis output: ``` ... (No changes need to be saved) Checking /home/travis/.emacs.d/.cask/24.5/bootstrap/shut-up-0.3.3... Compiling /home/travis/.emacs.d/.cask/24.5/bootstrap/shut-up-0.3.3/shut-up-autoloads.el... Compiling /home/travis/.emacs.d/.cask/24.5/bootstrap/shut-up-0.3.3/shut-up-pkg.el... Wrote /home/travis/.emacs.d/.cask/24.5/bootstrap/shut-up-0.3.3/shut-up-pkg.elc Compiling /home/travis/.emacs.d/.cask/24.5/bootstrap/shut-up-0.3.3/shut-up.el... In end of data: shut-up.el:152:1:Warning: the following functions are not known to be defined: shut-up-write-region-original, shut-up-load-original Wrote /home/travis/.emacs.d/.cask/24.5/bootstrap/shut-up-0.3.3/shut-up.elc Done (Total of 2 files compiled, 1 skipped) Generating autoloads for cl-generic.el... Generating autoloads for cl-generic.el...done Saving file /home/travis/.emacs.d/.cask/24.5/bootstrap/cl-generic-0.3/cl-generic-autoloads.el... Wrote /home/travis/.emacs.d/.cask/24.5/bootstrap/cl-generic-0.3/cl-generic-autoloads.el (No changes need to be saved) Checking /home/travis/.emacs.d/.cask/24.5/bootstrap/cl-generic-0.3... Compiling /home/travis/.emacs.d/.cask/24.5/bootstrap/cl-generic-0.3/cl-generic-autoloads.el... Compiling /home/travis/.emacs.d/.cask/24.5/bootstrap/cl-generic-0.3/cl-generic-pkg.el... Wrote /home/travis/.emacs.d/.cask/24.5/bootstrap/cl-generic-0.3/cl-generic-pkg.elc Compiling /home/travis/.emacs.d/.cask/24.5/bootstrap/cl-generic-0.3/cl-generic.el... Wrote /home/travis/.emacs.d/.cask/24.5/bootstrap/cl-generic-0.3/cl-generic.elc Done (Total of 2 files compiled, 1 skipped) Generating autoloads for ansi.el... Generating autoloads for ansi.el...done Saving file /home/travis/.emacs.d/.cask/24.5/bootstrap/ansi-0.4.1/ansi-autoloads.el... Wrote /home/travis/.emacs.d/.cask/24.5/bootstrap/ansi-0.4.1/ansi-autoloads.el Checking /home/travis/.emacs.d/.cask/24.5/bootstrap/ansi-0.4.1... Compiling /home/travis/.emacs.d/.cask/24.5/bootstrap/ansi-0.4.1/ansi-autoloads.el... Compiling /home/travis/.emacs.d/.cask/24.5/bootstrap/ansi-0.4.1/ansi-pkg.el... Wrote /home/travis/.emacs.d/.cask/24.5/bootstrap/ansi-0.4.1/ansi-pkg.elc Compiling /home/travis/.emacs.d/.cask/24.5/bootstrap/ansi-0.4.1/ansi.el... Wrote /home/travis/.emacs.d/.cask/24.5/bootstrap/ansi-0.4.1/ansi.elc Done (Total of 2 files compiled, 1 skipped) Loading package information... done Package operations: 10 installs, 0 removals - Installing [ 1/10] mocker (latest)... downloadingMissing dependency: "Package `emacs-25.1' is unavailable", "" The command "cask" failed and exited with 255 during . Your build has been stopped. ```
Got Travis working but dropped support for 24.5. See comment in commit: d2d92b8. Here's my local travis run: https://travis-ci.com/github/jackson15j/pyvenv/builds/233797887. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Blind coding to try and fix the deprecation notice that is failing builds in CI.