Skip to content
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

teleport 16.2.0 #182786

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2580,6 +2580,7 @@ teip
tektoncd-cli
teku
telegraf
teleport
teller
telnet
telnetd
Expand Down
9 changes: 6 additions & 3 deletions Formula/t/teleport.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Teleport < Formula
desc "Modern SSH server for teams managing distributed infrastructure"
homepage "https://goteleport.com/"
url "https://github.com/gravitational/teleport/archive/refs/tags/v14.3.3.tar.gz"
sha256 "c30cefedae3df3cacef78e385a369773820f9ed00432b3c1bd12b0026b01f144"
url "https://github.com/gravitational/teleport/archive/refs/tags/v16.2.0.tar.gz"
sha256 "c86913de0b7416483fc01a314b2431879268b383e94aea244c44a0245fc97717"
license all_of: ["AGPL-3.0-or-later", "Apache-2.0"]
head "https://github.com/gravitational/teleport.git", branch: "master"

Expand All @@ -29,7 +29,10 @@

depends_on "[email protected]" => :build
depends_on "pkg-config" => :build
depends_on "yarn" => :build
depends_on "pnpm" => :build
depends_on "rust" => :build
depends_on "rustup" => :build
depends_on "wasm-pack" => :build
depends_on "libfido2"
depends_on "node"
depends_on "openssl@3"
Expand All @@ -41,7 +44,7 @@
conflicts_with "etsh", because: "both install `tsh` binaries"
conflicts_with "tctl", because: "both install `tctl` binaries"

def install

Check failure on line 47 in Formula/t/teleport.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle teleport` failed on Linux!

==> Fetching teleport ==> Downloading https://github.com/gravitational/teleport/archive/refs/tags/v16.2.0.tar.gz Already downloaded: /home/linuxbrew/.cache/Homebrew/downloads/851a7784ff47f7d5c7eecc4e2112a05c8b6db956a959fc650c83e7c984c582de--teleport-16.2.0.tar.gz ==> Verifying checksum for '851a7784ff47f7d5c7eecc4e2112a05c8b6db956a959fc650c83e7c984c582de--teleport-16.2.0.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /home/linuxbrew/.cache/Homebrew/downloads/851a7784ff47f7d5c7eecc4e2112a05c8b6db956a959fc650c83e7c984c582de--teleport-16.2.0.tar.gz --directory /tmp/homebrew-unpack20240829-16338-3duboy /usr/bin/env cp -pR /tmp/homebrew-unpack20240829-16338-3duboy/teleport-16.2.0/. /tmp/teleport-20240829-16338-oblsua/teleport-16.2.0 ==> make full FIDO2=dynamic build-webassets-if-changed.sh: detected changes in OSS webassets. Rebuilding... make[1]: Entering directory '/tmp/teleport-20240829-16338-oblsua/teleport-16.2.0' make[2]: Entering directory '/tmp/teleport-20240829-16338-oblsua/teleport-16.2.0' make[2]: Leaving directory '/tmp/teleport-20240829-16338-oblsua/teleport-16.2.0' Scope: all 6 workspace projects Lockfile is up to date, resolution step is skipped Progress: resolved 1, reused 0, downloaded 0, added 0 Packages: +1828 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Progress: resolved 1828, reused 0, downloaded 96, added 97 Progress: resolved 1828, reused 0, downloaded 334, added 332 Progress: resolved 1828, reused 0, downloaded 594, added 589 Progress: resolved 1828, reused 0, downloaded 772, added 766 Progress: resolved 1828, reused 0, downloaded 964, added 956 Progress: resolved 1828, reused 0, downloaded 1130, added 1126 Progress: resolved 1828, reused 0, downloaded 1327, added 1324 Progress: resolved 1828, reused 0, downloaded 1370, added 1359 Progress: resolved 1828, reused 0, downloaded 1530, added 1532 Progress: resolved 1828, reused 0, downloaded 1743, added 1739 Progress: resolved 1828, reused 0, downloaded 1824, added 1828, done .../node_modules/core-js-pure postinstall$ node -e "try{require('./postinstall')}catch(e){}" .../[email protected]/node_modules/core-js postinstall$ node -e "try{require('./postinstall')}catch(e){}" .../node_modules/protobufjs postinstall$ node scripts/postinstall .../node_modules/msw postinstall$ node -e "try{require('./config/scripts/postinstall')}catch(e){}" .../node_modules/core-js-pure postinstall: Done .../[email protected]/node_modules/esbuild postinstall$ node install.js .../node_modules/protobufjs postinstall: Done .../[email protected]/node_modules/core-js postinstall: Done .../node_modules/msw postinstall: Done .../node_modules/@swc/core postinstall$ node postinstall.js .../node_modules/electron postinstall$ node install.js .../[email protected]/node_modules/esbuild postinstall: Done .../node_modules/node-pty install$ node-gyp rebuild .../node_modules/@swc/core postinstall: Done .../node_modules/node-pty install: gyp info it worked if it ends with ok .../node_modules/node-pty install: gyp info using [email protected] .../node_modules/node-pty install: gyp info using [email protected] | linux | x64 .../node_modules/node-pty install: gyp info find Python using Python version 3.12.5 found at "/home/linuxbrew/.linuxbrew/opt/[email protected]/bin/python3.12" .../node_modules/node-pty install: gyp http GET https://nodejs.org/download/release/v22.7.0/node-v22.7.0-headers.tar.gz .../node_modules/node-pty install: gyp http 200 https://nodejs.org/download/release/v22.7.0/node-v22.7.0-headers.tar.gz .../node_modules/node-pty install: gyp http GET https://nodejs.org/download/release/v22.7.0/SHASUMS256.txt .../node_modules/node-pty install: gyp http 200 https://nodejs.org/download/release/v22.7.0/SHASUMS256.txt .../node_modules/node-pty install: gyp info spawn /home/linuxbrew/.linuxbrew/opt/[email protected]/bin/python3.12 .../node_modules/node-pty install: gyp info spawn args [ .../node_modules/node-pty install: gyp info spawn args '/home/linuxbrew/.linuxbrew/Cellar/pnpm/9.9.0/libexec/lib/node_modules/pnpm/dist/node_modules/node-gyp/gyp/gyp_main.py', .../node_modules/no

Check failure on line 47 in Formula/t/teleport.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --formula --build-bottle teleport` failed on macOS Sonoma (14) on Apple Silicon!

ln -s ../Cellar/libuv/1.48.0/lib/libuv.a libuv.a ln -s ../Cellar/libuv/1.48.0/lib/libuv.dylib libuv.dylib ln -s ../../Cellar/libuv/1.48.0/lib/pkgconfig/libuv.pc libuv.pc ==> Summary /opt/homebrew/Cellar/libuv/1.48.0: 20 files, 1.1MB ==> Installing teleport dependency: node ==> Downloading https://ghcr.io/v2/homebrew/core/node/manifests/22.7.0 Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/355fb71cbb6d42a58fb0045dc259496ae49dc8f574f1690068a1f7e0b73bf380--node-22.7.0.bottle_manifest.json ==> Pouring node--22.7.0.arm64_sonoma.bottle.tar.gz /usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/e73d9a8fbe8189da8a1191f08e07082c7d19933885200c43b3e0daf3d298160a--node--22.7.0.arm64_sonoma.bottle.tar.gz --directory /private/tmp/homebrew-unpack20240829-8858-bg3ufy /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240829-8858-bg3ufy/node/. /opt/homebrew/Cellar/node ==> Finishing up ln -s ../../Cellar/node/22.7.0/etc/bash_completion.d/npm npm ln -s ../Cellar/node/22.7.0/bin/node node ln -s ../Cellar/node/22.7.0/include/node node ln -s ../../Cellar/node/22.7.0/share/doc/node node ln -s ../../../Cellar/node/22.7.0/share/man/man1/node.1 node.1 ==> Summary /opt/homebrew/Cellar/node/22.7.0: 2,058 files, 79.6MB ==> Installing teleport /usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/851a7784ff47f7d5c7eecc4e2112a05c8b6db956a959fc650c83e7c984c582de--teleport-16.2.0.tar.gz --directory /private/tmp/homebrew-unpack20240829-12396-y7kcby /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240829-12396-y7kcby/teleport-16.2.0/. /private/tmp/teleport-20240829-12396-3ijvlm/teleport-16.2.0 ==> make full FIDO2=dynamic build-webassets-if-changed.sh: detected changes in OSS webassets. Rebuilding... Scope: all 6 workspace projects Lockfile is up to date, resolution step is skipped Progress: resolved 1, reused 0, downloaded 0, added 0 Packages: +1840 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Progress: resolved 1840, reused 0, downloaded 122, added 123 Progress: resolved 1840, reused 0, downloaded 271, added 263 Progress: resolved 1840, reused 0, downloaded 435, added 431 Progress: resolved 1840, reused 0, downloaded 582, added 585 Progress: resolved 1840, reused 0, downloaded 691, added 681 Progress: resolved 1840, reused 0, downloaded 787, added 790 Progress: resolved 1840, reused 0, downloaded 922, added 922 Progress: resolved 1840, reused 0, downloaded 996, added 990 Progress: resolved 1840, reused 0, downloaded 1080, added 1071 Progress: resolved 1840, reused 0, downloaded 1203, added 1203 Progress: resolved 1840, reused 0, downloaded 1250, added 1243 Progress: resolved 1840, reused 0, downloaded 1286, added 1285 Progress: resolved 1840, reused 0, downloaded 1354, added 1345 Progress: resolved 1840, reused 0, downloaded 1377, added 1374 Progress: resolved 1840, reused 0, downloaded 1404, added 1395 Progress: resolved 1840, reused 0, downloaded 1486, added 1478 Progress: resolved 1840, reused 0, downloaded 1568, added 1564 Progress: resolved 1840, reused 0, downloaded 1656, added 1653 Progress: resolved 1840, reused 0, downloaded 1725, added 1717 Progress: resolved 1840, reused 0, downloaded 1771, added 1762 Progress: resolved 1840, reused 0, downloaded 1816, added 1807 Progress: resolved 1840, reused 0, downloaded 1836, added 1840, done .../node_modules/core-js-pure postinstall$ node -e "try{require('./postinstall')}catch(e){}" .../[email protected]/node_modules/core-js postinstall$ node -e "try{require('./postinstall')}catch(e){}" .../node_modules/protobufjs postinstall$ node scripts/postinstall .../node_modules/msw postinstall$ node -e "try{require('./config/scripts/postinstall')}catch(e){}" .../[email protected]/node_modules/esbuild postinstall$ node install.js .../[email protected]/node_modules/core-js postinstall: Done .../node_modules/core-js-pure postinstall: Done .../node_modules/protobufjs postinstall: Done .../node_modules/msw postinstall: Done .../node_modules/@swc/cor
ENV.deparallelize { system "make", "full", "FIDO2=dynamic" }
bin.install Dir["build/*"]
end
Expand Down
Loading