We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pushd
popd
1 parent 7936e18 commit f512f9eCopy full SHA for f512f9e
src/ci/docker/host-x86_64/dist-x86_64-linux/build-gccjit.sh
@@ -16,7 +16,7 @@ curl -L "$GIT_REPO/archive/$GIT_COMMIT.tar.gz" |
16
tar -xz --transform "s/gcc-$GIT_COMMIT/gcc-src/"
17
18
mkdir gcc-build gcc-install
19
-cd gcc-build
+pushd gcc-build
20
21
# Building GCC.
22
hide_output \
@@ -31,7 +31,7 @@ hide_output \
31
hide_output make -j$(nproc)
32
hide_output make install
33
34
-cd ..
+popd
35
rm -rf gcc-src gcc-build
36
ln -s /scripts/gcc-install/lib/libgccjit.so /usr/lib/x86_64-linux-gnu/libgccjit.so
37
ln -s /scripts/gcc-install/lib/libgccjit.so /usr/lib/x86_64-linux-gnu/libgccjit.so.0
0 commit comments