Skip to content

Clone exact vscode release branch when build task #167

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

Merged
merged 2 commits into from
Mar 10, 2019

Conversation

jeasonstudio
Copy link
Contributor

@jeasonstudio jeasonstudio commented Mar 9, 2019

Describe in detail the problem you had and how this PR fixes it

Build toooo slow.

Is there an open issue you can link to?

@jeasonstudio jeasonstudio changed the title chore: clone exactly release branch when build WIP: chore: clone exactly release branch when build Mar 9, 2019
@kylecarbs
Copy link
Member

I believe the release is 1.32.0

@jeasonstudio jeasonstudio changed the title WIP: chore: clone exactly release branch when build Clone exact vscode release branch when build task Mar 10, 2019
@kylecarbs kylecarbs merged commit 4387fdf into coder:master Mar 10, 2019
@nhooyr
Copy link
Contributor

nhooyr commented Mar 10, 2019

This broke local builds.

@nhooyr
Copy link
Contributor

nhooyr commented Mar 10, 2019

Because the checkout was removed.

@kylecarbs
Copy link
Member

Ah. We can revert this.

@kylecarbs
Copy link
Member

A bit confused how the CI passed

@nhooyr
Copy link
Contributor

nhooyr commented Mar 10, 2019

CI clones every time the exact release after this PR. When we try and reuse the existing lib/vscode directory, this PR makes it not checkout the exact release.

@nhooyr
Copy link
Contributor

nhooyr commented Mar 10, 2019

Will include fix in my upcoming PR.

nhooyr added a commit that referenced this pull request Mar 10, 2019
nhooyr added a commit that referenced this pull request Mar 10, 2019
andreimc added a commit to devonlineco/code-server that referenced this pull request Mar 11, 2019
* upstream/master: (35 commits)
  Dockerfile: use relative path instead of $PWD for CMD
  Update docker oneliner and fix clone task
  Clone exact vscode release branch when build task (coder#167)
  Add -t flag to docker example (coder#181)
  Reverts parts of my last PR (coder#177)
  Fix build and Dockerfile issues (coder#176)
  Add nginx reverse proxy guide for selfhosted
  Use a timing-safe equality check for passwords (coder#133)
  Open websocket on same path as page (coder#149)
  Adhere to XDG base directory spec for dataDir and logDir (coder#156)
  Improve github issue template (coder#162)
  Fix typo: environemnt -> environment (coder#159)
  Add back web class
  Move upx compression behind an env flag
  ci: enable travis npm cache (coder#110)
  Improve .dockerignore (coder#111)
  Feature/1.32.0 update (coder#117)
  Update grammar on README (coder#139)
  inital -> initial (coder#135)
  Handle arch in dockerfile and add PR template (coder#109)
  ...
kylecarbs pushed a commit that referenced this pull request Mar 11, 2019
* Dockerfile: fix

ENTRYPOINT must be provided in exec form for args
from docker run to be passed correctly.

See https://docs.docker.com/engine/reference/builder/#cmd

* build: fix reuse of vscode repository regression

See #167
code-asher pushed a commit that referenced this pull request Jun 19, 2019
* chore: clone exactly release branch when build

* fix: clone params
code-asher pushed a commit that referenced this pull request Jun 19, 2019
* Dockerfile: fix

ENTRYPOINT must be provided in exec form for args
from docker run to be passed correctly.

See https://docs.docker.com/engine/reference/builder/#cmd

* build: fix reuse of vscode repository regression

See #167
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants